Skip to content

Commit da1a210

Browse files
committed
Merge pull request #13 from pinterest/addOlderSDKs
Add older sdks
2 parents b1d7d1f + 4922621 commit da1a210

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# reference: http://www.objc.io/issue-6/travis-ci.html
22

3+
# whitelist
4+
branches:
5+
only:
6+
- master
37
language: objective-c
8+
env:
9+
matrix:
10+
- TEST_SDK=iphonesimulator7.0
11+
- TEST_SDK=iphonesimulator7.1
12+
- TEST_SDK=iphonesimulator8.1
413
script:
5-
- 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

Comments
 (0)