Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danimahardhika authored Oct 29, 2017
1 parent cc8b720 commit 4089f6a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sudo: false
language: android
jdk: oraclejdk8
android:
Expand All @@ -21,6 +22,6 @@ android:
licenses:
- '.+'

before_install:
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
script: ./gradlew clean test
before_script:
- chmod +x gradlew

0 comments on commit 4089f6a

Please sign in to comment.