We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a62e70 commit c9f16f1Copy full SHA for c9f16f1
1 file changed
.travis.yml
@@ -1,5 +1,5 @@
1
language: objective-c
2
osx_image: xcode61
3
script:
4
- - xctool -project JSONHelper.xcodeproj -scheme JSONHelperiOS build
5
- - xctool -project JSONHelper.xcodeproj -scheme JSONHelperMac build
+ - xctool -project JSONHelper.xcodeproj -scheme JSONHelper-iOS build
+ - xctool -project JSONHelper.xcodeproj -scheme JSONHelper-Mac build
0 commit comments