Skip to content

Commit

Permalink
Install xcpretty before running tests
Browse files Browse the repository at this point in the history
[#128293477]
  • Loading branch information
jwfriese committed Aug 15, 2016
1 parent bb219c4 commit 7c86f96
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
language: generic
os: osx
osx_image: xcode7.3
rvm:
- 2.0.0
before_install:
- export XCODEBUILD_PATH=$(which xcodebuild)
- export PATH=$PATH:$XCODEBUILD_PATH
- export PATH=$PATH:~/bin
install:
- git submodule init
- git submodule update
- gem
- gem install xcpretty --user-install -n~/bin
script:
- go run Testing/tests.go

0 comments on commit 7c86f96

Please sign in to comment.