Travis CI einstellungen geändert.
This commit is contained in:
parent
a054c90d4c
commit
e78a4ff92b
1 changed files with 2 additions and 5 deletions
|
@ -1,15 +1,12 @@
|
||||||
language: android
|
language: android
|
||||||
|
|
||||||
|
|
||||||
jdk: oraclejdk7
|
jdk: oraclejdk7
|
||||||
|
|
||||||
components:
|
components:
|
||||||
- build-tools-21.1.1
|
- build-tools-21.1.1
|
||||||
- android-21
|
- android-21
|
||||||
# Additional components
|
# Additional components
|
||||||
- extra-google-google_play_services
|
- extra-android-support
|
||||||
- extra-google-m2repository
|
|
||||||
- extra-android-m2repository
|
|
||||||
- addon-google_apis-google-21
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- chmod +x gradlew
|
- chmod +x gradlew
|
Reference in a new issue