Skip to content

Commit

Permalink
Install xctool from master
Browse files Browse the repository at this point in the history
Attempt to fix test timeouts with most recent commits on xctool's master branch
  • Loading branch information
JrGoodle committed Sep 22, 2015
1 parent 0932b06 commit e95cd59
Showing 1 changed file with 4 additions and 1 deletion.
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

0 comments on commit e95cd59

Please sign in to comment.