Add travis file

This commit is contained in:
Felipe Lima 2017-03-08 00:32:45 -08:00
parent bbc9a8b140
commit 5d85acc4a6
1 changed files with 33 additions and 0 deletions

33
.travis.yml Normal file
View File

@ -0,0 +1,33 @@
language: android
android:
components:
- tools
- platform-tools
- build-tools-25.0.2
- extra-android-m2repository
- android-25
licenses:
- 'android-sdk-license-.+'
jdk:
- oraclejdk8
branches:
except:
- gh-pages
notifications:
email: false
sudo: false
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/
- $HOME/.android/build-cache