Skip to content
Prev Previous commit
Next Next commit
Install xctool from master
Attempt to fix test timeouts with most recent commits on xctool's master branch
  • Loading branch information
JrGoodle committed Sep 22, 2015
commit e95cd59f5fcc5f02787e07ce825d7f81696928f3
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
osx_image: xcode7
language: objective-c
install: script/bootstrap
before_install: brew update
install:
- brew uninstall xctool && brew install --HEAD xctool
- script/bootstrap
script: script/cibuild
notifications:
email: false