Skip to content

Commit e95cd59

Browse files
committed
Install xctool from master
Attempt to fix test timeouts with most recent commits on xctool's master branch
1 parent 0932b06 commit e95cd59

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
osx_image: xcode7
22
language: objective-c
3-
install: script/bootstrap
3+
before_install: brew update
4+
install:
5+
- brew uninstall xctool && brew install --HEAD xctool
6+
- script/bootstrap
47
script: script/cibuild
58
notifications:
69
email: false

0 commit comments

Comments
 (0)