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