Merge branch 'develop' into pincode_request_is_not_starting_when_rotating
[pub/Android/ownCloud.git] / .travis.yml
1 language: android
2 android:
3 components:
4 - build-tools-22.0.1
5 - android-19
6 - android-16
7 before_install:
8 - rm pom.xml
9 script:
10 - ./setup_env.sh ant
11 - ant clean
12 - ant debug
13