Skip to content

Commit

Permalink
Merge branch 'master' of github.com:arthur3486/ARVI
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur3486 committed Sep 13, 2019
2 parents c1c9766 + 36753e8 commit f7302f3
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ cache:

env:
global:
- ANDROID_API=28
- EMULATOR_API=27
- ANDROID_BUILD_TOOLS=28.0.3
- ANDROID_API=29
- EMULATOR_API=29
- ANDROID_BUILD_TOOLS=29.0.0
- ADB_INSTALL_TIMEOUT=10 # minutes

android:
Expand All @@ -32,11 +32,8 @@ licenses:
- google-gdk-license-.+

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

script:
- ./gradlew clean build check
Expand Down

0 comments on commit f7302f3

Please sign in to comment.