Kore/.travis.yml

29 lines
671 B
YAML
Raw Normal View History

language: android
2016-09-21 11:58:44 +02:00
jdk: oraclejdk8
sudo: false
env:
matrix:
2017-07-27 23:43:13 +02:00
- ANDROID_TARGET=android-25
android:
components:
# following added as quick fix to get support for 23.0.3 build tools
# "tools" always refers to the latest build tools version. Remove this
# when travis is able to parse "build-tools-23.0.3" correctly.
# See https://github.com/travis-ci/travis-ci/issues/5036
- tools
# needed build tools
2017-07-27 23:43:13 +02:00
- build-tools-26.0.1
# The SDK version used to compile your project
2016-12-28 21:06:50 +01:00
- android-25
# extra needed components
- extra-android-m2repository
before_script:
script:
- ./gradlew testFullDebugUnitTest assembleFullRelease