Permalink
Please sign in to comment.
4
.travis.yml
@@ -1,5 +1,5 @@ | ||
language: objective-c | ||
osx_image: xcode7.2 | ||
script: | ||
- xctool -project Advance.xcodeproj -scheme 'Advance-iOS' -configuration Debug -sdk iphonesimulator -arch i386 test | ||
- xctool -project Advance.xcodeproj -scheme 'Advance-OSX' -configuration Debug test | ||
+ - xctool -project Advance.xcodeproj -scheme 'Advance-iOS' -configuration Debug -sdk iphonesimulator -arch i386 test | ||
+ - xctool -project Advance.xcodeproj -scheme 'Advance-OSX' -configuration Debug test |
0 comments on commit
de1951c