Add Travis CI

This commit is contained in:
mar-v-in 2015-10-02 03:36:08 +02:00
parent 2c18bafa4b
commit d0f7742d21
1 changed files with 17 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
language: android
git:
submodules: false
before_install:
- git submodule update --init --recursive
script:
- export JAVA_OPTS="-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m"
- export TERM=dumb
- echo sdk.dir $ANDROID_HOME > local.properties
- ./gradlew assembleDebug -x lint
android:
components:
- extra-android-m2repository
- build-tools-23.0.1
- android-23