mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 10:19:42 +02:00
Fix Travis CI -> SDK 24
This commit is contained in:
parent
bb0ef44719
commit
a1962a723d
13 changed files with 35 additions and 39 deletions
26
.travis.yml
26
.travis.yml
|
@ -1,20 +1,24 @@
|
|||
language: android
|
||||
|
||||
sudo: false
|
||||
|
||||
jdk:
|
||||
- oraclejdk7
|
||||
|
||||
- oraclejdk8
|
||||
android:
|
||||
components:
|
||||
- platform-tools
|
||||
- tools
|
||||
- android-23
|
||||
- build-tools-23.0.3
|
||||
- extra-google-m2repository
|
||||
- tools # TODO https://github.com/travis-ci/travis-ci/issues/6193
|
||||
- platform-tools
|
||||
- build-tools-24.0.0
|
||||
- android-24
|
||||
- extra-android-m2repository
|
||||
|
||||
script: ./gradlew build check --stacktrace
|
||||
before_cache:
|
||||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.gradle/caches/
|
||||
- $HOME/.gradle/wrapper/
|
||||
script: "./gradlew $TASK"
|
||||
env:
|
||||
- TASK="lintDebug"
|
||||
- TASK="build check --stacktrace"
|
||||
|
||||
notifications:
|
||||
webhooks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue