nextcloud-android/.travis.yml
2016-02-12 12:15:46 +01:00

15 lines
222 B
YAML

sudo: false
language: android
android:
components:
- build-tools-23.0.2
- android-23
- android-22
- android-19
before_install:
- rm pom.xml
script:
- ./setup_env.sh ant
- ant clean
- ant debug