Skip to content

Commit

Permalink
travis android sdk license
Browse files Browse the repository at this point in the history
  • Loading branch information
h4mu authored Sep 13, 2017
1 parent 69a22dd commit 61488f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -7,8 +7,13 @@ android:
- build-tools-25.0.2
- android-23
jdk: oraclejdk8

before_install:
- chmod +x gradlew
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"

script:
- "./gradlew clean build connectedAndroidTest -PdisablePreDex --stacktrace"

0 comments on commit 61488f5

Please sign in to comment.