Skip to content

Commit 489a470

Browse files
committed
Merge pull request #530 from JrGoodle/travis-xctool-upgrade
Upgrade xctool on Travis instead of installing HEAD version
2 parents 56d4e10 + 73c1d4b commit 489a470

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
osx_image: xcode7
22
language: objective-c
3-
before_install: brew update
4-
install:
5-
- brew uninstall xctool && brew install --HEAD xctool
6-
- script/bootstrap
3+
before_install:
4+
- brew update
5+
- brew outdated xctool || brew upgrade xctool
6+
install: script/bootstrap
77
script: script/cibuild
88
notifications:
99
email: false

0 commit comments

Comments
 (0)