Enable Travis CI
This commit is contained in:
parent
89f2e42c07
commit
f500895aa6
1 changed files with 13 additions and 11 deletions
24
.travis.yml
24
.travis.yml
|
@ -1,22 +1,24 @@
|
||||||
language: android
|
language: android
|
||||||
|
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
# Uncomment the lines below if you want to
|
- tools
|
||||||
# use the latest revision of Android SDK Tools
|
- platform-tools
|
||||||
#- platform-tools
|
|
||||||
- tools
|
- tools
|
||||||
|
|
||||||
# The BuildTools version used by your project
|
- build-tools-25.0.3
|
||||||
- build-tools-23.0.2
|
- android-25
|
||||||
|
|
||||||
# The SDK version used to compile your project
|
|
||||||
- android-23
|
|
||||||
|
|
||||||
# Additional components
|
|
||||||
- extra-google-google_play_services
|
|
||||||
- extra-google-m2repository
|
- extra-google-m2repository
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
- addon-google_apis-google-23
|
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- mkdir "$ANDROID_HOME/licenses" || true
|
||||||
|
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
|
||||||
|
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./gradlew build
|
- ./gradlew build
|
||||||
|
|
Loading…
Reference in a new issue