We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56d4e10 + 73c1d4b commit 489a470Copy full SHA for 489a470
.travis.yml
@@ -1,9 +1,9 @@
1
osx_image: xcode7
2
language: objective-c
3
-before_install: brew update
4
-install:
5
- - brew uninstall xctool && brew install --HEAD xctool
6
- - script/bootstrap
+before_install:
+ - brew update
+ - brew outdated xctool || brew upgrade xctool
+install: script/bootstrap
7
script: script/cibuild
8
notifications:
9
email: false
0 commit comments