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.
1 parent f61540c commit 322c870Copy full SHA for 322c870
.travis.yml
@@ -1,5 +1,5 @@
1
language: objective-c
2
before_install:
3
- brew update
4
- - brew install xctool
+ - brew uninstall xctool && brew install xctool --HEAD
5
script: xctool -project Project/JSONAPI.xcodeproj -scheme JSONAPI -sdk iphonesimulator test
0 commit comments