Skip to content

Commit

Permalink
Quick fix for Java tests on Travis CI
Browse files Browse the repository at this point in the history
This accepts any unaccepted Android SDK licenses in Travis.
  • Loading branch information
raphinesse committed Jun 13, 2018
1 parent a254cfc commit 88c25a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ before_install:
- node --version
- gradle --version
- echo y | android --silent update sdk --no-ui --all --filter platform-tools,tools,build-tools-26.0.2,android-26,android-25,extra-google-m2repository,extra-android-m2repository
- yes | sdkmanager --update
android:
components:
- tools
Expand Down

0 comments on commit 88c25a6

Please sign in to comment.