Skip to content

Commit 2fea2bc

Browse files
committed
More travis fixes
1 parent dbfb059 commit 2fea2bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ osx_image: xcode7.2
33

44
env:
55
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"
6+
- OPTIONS="-sdk iphonesimulator -scheme iOS-Tests test"
7+
- OPTIONS="-scheme OSX-Tests test"
8+
- OPTIONS="-scheme tvOS-Tests test CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO"
99

1010
before_script:
1111
- cd Project/ && pod install
1212

1313
script:
14-
- xctool -workspace OMPromises.xcworkspace $OPTIONS
14+
- xcodebuild -workspace OMPromises.xcworkspace $OPTIONS
1515

1616
notifications:
1717
email: false

0 commit comments

Comments
 (0)