We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbfb059 commit 2fea2bcCopy full SHA for 2fea2bc
.travis.yml
@@ -3,15 +3,15 @@ osx_image: xcode7.2
3
4
env:
5
matrix:
6
- - OPTIONS="-sdk iphonesimulator -scheme iOS-Tests test -parallelize"
7
- - OPTIONS="-scheme OSX-Tests test -parallelize"
8
- - OPTIONS="-scheme tvOS-Tests build-tests CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO"
+ - OPTIONS="-sdk iphonesimulator -scheme iOS-Tests test"
+ - OPTIONS="-scheme OSX-Tests test"
+ - OPTIONS="-scheme tvOS-Tests test CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO"
9
10
before_script:
11
- cd Project/ && pod install
12
13
script:
14
- - xctool -workspace OMPromises.xcworkspace $OPTIONS
+ - xcodebuild -workspace OMPromises.xcworkspace $OPTIONS
15
16
notifications:
17
email: false
0 commit comments