Skip to content

Commit

Permalink
Fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawnnypoo committed Jan 11, 2020
1 parent 4d7298a commit 308dcdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: android

jdk:
- oraclejdk8
- openjdk8

before_install:
- mkdir "$ANDROID_HOME/licenses" || true
- echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" > "$ANDROID_HOME/licenses/android-sdk-license"

script: "./gradlew build"
script: "./gradlew build"

0 comments on commit 308dcdd

Please sign in to comment.