Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit ad761f0

Browse files
authored
chore: update to xcode 10.2 (#222)
1 parent 1389c45 commit ad761f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ matrix:
1212
os: osx
1313
env:
1414
- Webpack="iOS"
15-
osx_image: xcode10.0
15+
osx_image: xcode10.2
1616
language: node_js
1717
node_js: "10"
1818
jdk: oraclejdk8
@@ -39,7 +39,7 @@ matrix:
3939
env:
4040
- BuildiOS="12.0"
4141
- Xcode="10.0"
42-
osx_image: xcode10.0
42+
osx_image: xcode10.2
4343
language: node_js
4444
node_js: "10"
4545
jdk: oraclejdk8
@@ -67,7 +67,7 @@ matrix:
6767
jdk: oraclejdk8
6868
env:
6969
- iOS="UnitTests"
70-
osx_image: xcode10.0
70+
osx_image: xcode10.2
7171
before_script: pod repo update
7272
script:
7373
- cd src && npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios

0 commit comments

Comments
 (0)