VancedMicroG/.travis.yml
Jose Pereira 905bb9a0a6 Added travis build
MOD: Remove google repositories, they should never be required
2015-08-29 17:48:44 +02:00

18 lines
429 B
YAML

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-22.0.1
- android-22