Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoukoul committed May 5, 2020
1 parent 7fb81bb commit 6c19357
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
language: android
dist: trusty
jdk: oraclejdk8
env:
global:
- ANDROID_API=29
android:
components:
- tools
- tools
- platform-tools
# - tools
# - tools
# - platform-tools
- build-tools-29.0.3
- android-${ANDROID_API}
- extra-android-m2repository
Expand All @@ -34,4 +35,4 @@ deploy:
tags: true
skip_cleanup: 'true'
after_deploy:
- find .
- find .

0 comments on commit 6c19357

Please sign in to comment.