mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
fbfb6dee90
Conflicts: .travis.yml src/com/owncloud/android/authentication/AuthenticatorActivity.java
13 lines
193 B
YAML
13 lines
193 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- build-tools-22.0.1
|
|
- android-19
|
|
- android-16
|
|
before_install:
|
|
- rm pom.xml
|
|
script:
|
|
- ./setup_env.sh ant
|
|
- ant clean
|
|
- ant debug
|
|
|