1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-06 15:36:11 +00:00
ownCloud-SMS-App/.travis.yml
Ner'zhul f1188819f2 Add travis build support (#126)
Also update build tools to 25.0.1
2016-12-24 12:52:31 +01:00

26 lines
488 B
YAML

---
language: android
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
jdk:
- oraclejdk8
android:
components:
- tools
- platform-tools
- extra
- build-tools-25.0.1
- android-25
licenses:
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
- 'android-sdk-preview-license-.+'
- 'android-.*'