nextcloud-android/.travis.yml

14 lines
188 B
YAML
Raw Normal View History

sudo: false
language: android
android:
components:
- build-tools-22.0.1
2015-07-27 00:11:46 +03:00
- android-22
before_install:
- rm pom.xml
2014-01-21 21:07:53 +04:00
script:
- ./setup_env.sh ant
2014-01-21 21:07:53 +04:00
- ant clean
- ant debug