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 c69ddce commit 2bbbb84Copy full SHA for 2bbbb84
.travis.yml
@@ -14,7 +14,7 @@ env:
14
- SAUCE_USERNAME=snay
15
- TRAVIS_NODE_VERSION=12
16
- ANDROID_API_LEVEL=29
17
- - ANDROID_BUILD_TOOLS_VERSION=29.0.2
+ - ANDROID_BUILD_TOOLS_VERSION=29.0.3
18
19
language: node_js
20
node_js: 12
@@ -69,6 +69,8 @@ matrix:
69
<<: *_android
70
- env: PLATFORM=android-9.0
71
72
+ - env: PLATFORM=android-10.0
73
+ <<: *_android
74
75
before_install:
76
# manually install Node for `language: android`
0 commit comments