Skip to content

Commit aa0d097

Browse files
committed
Update .travis.yml
1 parent de3c381 commit aa0d097

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ matrix:
2929
- language: android
3030
os: linux
3131
env:
32-
- WebpackAndroid="26"
32+
- WebpackAndroid="28"
3333
jdk: oraclejdk8
3434
before_install: nvm install 8
3535
script:
3636
- cd src && npm run build && cd ../demo && npm i && tns build android --env.uglify --env.snapshot
3737
- cd ../demo-angular && npm i && tns build android --env.uglify --env.snapshot --env.aot
3838
- language: android
3939
env:
40-
- BuildAndroid="26"
40+
- BuildAndroid="28"
4141
os: linux
4242
jdk: oraclejdk8
4343
before_install: nvm install 8.11.4
@@ -80,9 +80,8 @@ android:
8080
components:
8181
- tools
8282
- platform-tools
83-
- build-tools-27.0.3
84-
- android-26
85-
- android-23
83+
- build-tools-28.0.2
84+
- android-28
8685
- extra-android-m2repository
8786

8887
before_install:

0 commit comments

Comments
 (0)