Skip to content

Commit

Permalink
Fix travis settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
IvBaranov committed Sep 3, 2018
1 parent d142934 commit 9d02839
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: android
jdk: oraclejdk8
android:
components:
- platform-tools
Expand All @@ -8,14 +7,8 @@ android:
- android-28
- extra-android-support
- extra-android-m2repository
licenses:
- 'android-sdk-preview-license-.+'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'

before_script:
- mkdir -p "$ANDROID_HOME/licenses"
- cp ./google-licenses/* "$ANDROID_HOME/licenses/"
- chmod +x gradlew

script:
Expand Down

0 comments on commit 9d02839

Please sign in to comment.