Skip to content

Commit 5a51d80

Browse files
committed
Updated the Travis CI configuration.
1 parent 3c53d14 commit 5a51d80

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
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode11.2
2+
osx_image: xcode11.6
33
branches:
44
only:
55
- master
@@ -9,13 +9,13 @@ env:
99
- LANG=en_US.UTF-8
1010
- SCHEME="IPAPI"
1111
matrix:
12-
- DESTINATION="OS=4.0,name=Apple Watch Series 3 - 42mm" RUN_TESTS="NO" POD_LINT="NO"
12+
- DESTINATION="OS=6.2,name=Apple Watch Series 3 - 42mm" RUN_TESTS="NO" POD_LINT="NO"
1313
- DESTINATION="OS=3.2,name=Apple Watch - 42mm" RUN_TESTS="NO" POD_LINT="NO"
1414

15-
- DESTINATION="OS=13.2,name=iPhone 11 Pro Max" RUN_TESTS="NO" POD_LINT="NO"
15+
- DESTINATION="OS=13.6,name=iPhone Xs Max" RUN_TESTS="NO" POD_LINT="NO"
1616
- DESTINATION="OS=10.3.1,name=iPad Air" RUN_TESTS="NO" POD_LINT="NO"
1717

18-
- DESTINATION="OS=13.2,name=Apple TV" RUN_TESTS="NO" POD_LINT="NO"
18+
- DESTINATION="OS=13.4,name=Apple TV" RUN_TESTS="NO" POD_LINT="NO"
1919
- DESTINATION="OS=10.2,name=Apple TV 1080p" RUN_TESTS="NO" POD_LINT="NO"
2020

2121
- DESTINATION="arch=x86_64" RUN_TESTS="YES" POD_LINT="NO"

0 commit comments

Comments
 (0)