We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1d7d1f + 4922621 commit da1a210Copy full SHA for da1a210
.travis.yml
@@ -1,5 +1,14 @@
1
# reference: http://www.objc.io/issue-6/travis-ci.html
2
3
+# whitelist
4
+branches:
5
+ only:
6
+ - master
7
language: objective-c
8
+env:
9
+ matrix:
10
+ - TEST_SDK=iphonesimulator7.0
11
+ - TEST_SDK=iphonesimulator7.1
12
+ - TEST_SDK=iphonesimulator8.1
13
script:
-- xctool test -workspace Example/PINRemoteImage.xcworkspace -scheme PINRemoteImage -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
14
+- xctool test -test-sdk $TEST_SDK -workspace Example/PINRemoteImage.xcworkspace -scheme PINRemoteImage ONLY_ACTIVE_ARCH=NO
0 commit comments