Accept more sdk terms in travis

This commit is contained in:
mhutti1 2017-03-08 21:16:00 +00:00
parent 5326073ce7
commit 4b4a579ba0

View File

@ -7,6 +7,8 @@ install:
- echo y | android update sdk -u -a -t platform-tools
- echo y | android update sdk -u -a -t build-tools-24.0.1
- echo y | android update sdk -u -a -t android-24
- echo y | android update sdk -u -a -t extra-google-m2repository
- echo y | android update sdk -u -a -t extra-android-m2repository
android:
components:
@ -17,8 +19,6 @@ android:
# The BuildTools version used by your project
- build-tools-24.0.1
- tools-2.2.3
# The SDK version used to compile your project
- android-24