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

Commit a23a182

Browse files
travis
1 parent 5c0321c commit a23a182

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.travis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ android:
22
components:
33
- tools
44
- platform-tools
5-
- build-tools-26.0.2
5+
- build-tools-27.0.3
66
- android-23
77
- android-26
88
- extra-android-m2repository
9-
- sys-img-armeabi-v7a-android-21
109

1110
before_cache:
1211
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
@@ -42,7 +41,7 @@ matrix:
4241
os: osx
4342
env:
4443
- Webpack="iOS"
45-
osx_image: xcode9.2
44+
osx_image: xcode10.0
4645
language: node_js
4746
node_js: "8"
4847
jdk: oraclejdk8
@@ -55,22 +54,22 @@ matrix:
5554
env:
5655
- Webpack="Android"
5756
jdk: oraclejdk8
58-
before_install: nvm install 8.9.1
57+
before_install: nvm install 8.11.4
5958
script: travis_wait travis_retry tns build android --bundle
6059
- stage: "Build"
6160
env:
6261
- BuildAndroid="26"
6362
language: android
6463
os: linux
6564
jdk: oraclejdk8
66-
before_install: nvm install 8.9.1
65+
before_install: nvm install 8.11.4
6766
script:
6867
- travis_wait travis_retry tns build android
6968
- os: osx
7069
env:
71-
- BuildiOS="11"
72-
- Xcode="9.2"
73-
osx_image: xcode9.2
70+
- BuildiOS="12.0"
71+
- Xcode="10.0"
72+
osx_image: xcode10.0
7473
language: node_js
7574
node_js: "8"
7675
jdk: oraclejdk8

0 commit comments

Comments
 (0)