Skip to content

Commit 2f48e80

Browse files
authored
Update .travis.yml
1 parent 67bf02e commit 2f48e80

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
@@ -23,7 +23,7 @@ matrix:
2323
script: cd demo && npm run build.plugin && npm i && tns build android --bundle --env.uglify --env.snapshot
2424
- language: android
2525
env:
26-
- BuildAndroid="26"
26+
- BuildAndroid="28"
2727
os: linux
2828
jdk: oraclejdk8
2929
before_install: nvm install stable
@@ -62,8 +62,8 @@ android:
6262
components:
6363
- tools
6464
- platform-tools
65-
- build-tools-26.0.1
66-
- android-26
65+
- build-tools-28.0.3
66+
- android-28
6767
- extra-android-m2repository
6868
- sys-img-armeabi-v7a-android-21
6969

0 commit comments

Comments
 (0)