Skip to content

Commit 2bbbb84

Browse files
authored
test: (android) use API 29 (apache#411)
1 parent c69ddce commit 2bbbb84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
- SAUCE_USERNAME=snay
1515
- TRAVIS_NODE_VERSION=12
1616
- ANDROID_API_LEVEL=29
17-
- ANDROID_BUILD_TOOLS_VERSION=29.0.2
17+
- ANDROID_BUILD_TOOLS_VERSION=29.0.3
1818

1919
language: node_js
2020
node_js: 12
@@ -69,6 +69,8 @@ matrix:
6969
<<: *_android
7070
- env: PLATFORM=android-9.0
7171
<<: *_android
72+
- env: PLATFORM=android-10.0
73+
<<: *_android
7274

7375
before_install:
7476
# manually install Node for `language: android`

0 commit comments

Comments
 (0)