We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3c381 commit aa0d097Copy full SHA for aa0d097
1 file changed
.travis.yml
@@ -29,15 +29,15 @@ matrix:
29
- language: android
30
os: linux
31
env:
32
- - WebpackAndroid="26"
+ - WebpackAndroid="28"
33
jdk: oraclejdk8
34
before_install: nvm install 8
35
script:
36
- cd src && npm run build && cd ../demo && npm i && tns build android --env.uglify --env.snapshot
37
- cd ../demo-angular && npm i && tns build android --env.uglify --env.snapshot --env.aot
38
39
40
- - BuildAndroid="26"
+ - BuildAndroid="28"
41
42
43
before_install: nvm install 8.11.4
@@ -80,9 +80,8 @@ android:
80
components:
81
- tools
82
- platform-tools
83
- - build-tools-27.0.3
84
- - android-26
85
- - android-23
+ - build-tools-28.0.2
+ - android-28
86
- extra-android-m2repository
87
88
before_install:
0 commit comments