nextcloud-android/.travis.yml

16 lines
222 B
YAML
Raw Normal View History

sudo: false
language: android
android:
components:
2015-11-28 13:26:58 +03:00
- build-tools-23.0.2
- android-23
2015-07-27 00:11:46 +03:00
- android-22
2015-11-28 13:26:58 +03:00
- android-19
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