We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d268f commit c6fcbf7Copy full SHA for c6fcbf7
1 file changed
.travis.yml
@@ -3,5 +3,5 @@ before_install:
3
- gem install cocoapods -v '= 0.34.2'
4
- brew update
5
- brew install xctool
6
-script: xctool -workspace BitStore.xcworkspace -scheme Test
7
-script: xctool -workspace BitStore.xcworkspace -scheme BitStore
+script: xctool -workspace BitStore.xcworkspace -scheme Test -sdk iphonesimulator8.0
+script: xctool -workspace BitStore.xcworkspace -scheme BitStore -sdk iphonesimulator8.0
0 commit comments