We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b2b57 commit 53aed77Copy full SHA for 53aed77
1 file changed
.travis.yml
@@ -1,6 +1,7 @@
1
-before_install: gem install cocoapods -v '= 0.34.2'
2
language: objective-c
3
-xcode_sdk: iphonesimulator7.1
4
-xcode_project: BitStore.xcworkspace
5
-xcode_scheme: Tests
6
-script: xcodebuild -workspace BitStore.xcworkspace -scheme BitStore -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
+before_install:
+ - gem install cocoapods -v '= 0.34.2'
+ - brew update
+ - brew install xctool
+script: xctool -workspace BitStore.xcworkspace -scheme Test
7
+script: xctool -workspace BitStore.xcworkspace -scheme BitStore
0 commit comments