Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur3486 authored Jul 23, 2019
1 parent 59a246c commit 36753e8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ cache:
env:
global:
- ANDROID_API=29
- EMULATOR_API=27
- ANDROID_HOME=/usr/local
- EMULATOR_API=29
- ANDROID_BUILD_TOOLS=29.0.0
- ADB_INSTALL_TIMEOUT=10 # minutes

Expand All @@ -33,10 +32,8 @@ licenses:
- google-gdk-license-.+

before_install:
- yes | sdkmanager "platforms;android-29"
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_HOME/licenses/android-sdk-license"
- chmod +x gradlew
- chmod +x gradlew
- yes | sdkmanager "platforms;android-29"

script:
- ./gradlew clean build check
Expand Down

0 comments on commit 36753e8

Please sign in to comment.