1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-24 22:55:37 +00:00

Add travis build support (#126)

Also update build tools to 25.0.1
This commit is contained in:
Ner'zhul
2016-12-24 12:52:31 +01:00
committed by GitHub
parent e831b91f44
commit f1188819f2
6 changed files with 286 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
---
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-.*'