Enable Travis CI

This commit is contained in:
Jakob Nixdorf 2017-07-05 14:32:37 +02:00
parent 89f2e42c07
commit f500895aa6
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC

View file

@ -1,22 +1,24 @@
language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
#- platform-tools
- tools
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-23.0.2
- build-tools-25.0.3
- android-25
# The SDK version used to compile your project
- android-23
# Additional components
- extra-google-google_play_services
- extra-google-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:
- ./gradlew build