Tell Travis to claim to have accepted licenses

Travis is supposed to do this for us but the docs appear to have lied.
pull/81/head
interfect 4 years ago committed by GitHub
parent 73ebfaed87
commit 9c0f4da3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,7 @@
language: android
dist: trusty
script:
- echo "8933bad161af4178b1185d1a37fbf41ea5269c55" >> $ANDROID_SDK_ROOT/licenses/android-sdk-license
- echo "d56f5187479451eabf01fb78af6dfcb131a6481e" >> $ANDROID_SDK_ROOT/licenses/android-sdk-license
- echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" >> $ANDROID_SDK_ROOT/licenses/android-sdk-license
- ./gradlew assembleForkRelease -PversionName="$(git describe --tags HEAD)"

Loading…
Cancel
Save