Skip to content

Commit

Permalink
Magic which makes travis autoaccept android platform license
Browse files Browse the repository at this point in the history
Travis should do it anyway but does not for some reason,
  • Loading branch information
yeriomin committed Jan 17, 2018
1 parent 757fe3a commit 6c84775
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 @@ -11,6 +11,7 @@ android:
- android-27
before_install:
- openssl aes-256-cbc -K $encrypted_a12ad885c361_key -iv $encrypted_a12ad885c361_iv -in yeriomin-keystore.jks.enc -out yeriomin-keystore.jks -d
- yes | sdkmanager "platforms;android-27"
install:
- sudo apt-get update && sudo apt-get --assume-yes install zip
env:
Expand Down

0 comments on commit 6c84775

Please sign in to comment.