projects
/
pub
/
Android
/
ownCloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b93cd7d556e25198be6003e3252a782a20efebb0
[pub/Android/ownCloud.git]
/
.travis.yml
1
sudo: false
2
language: android
3
android:
4
components:
5
- build-tools-23.0.1
6
- android-23
7
- android-22
8
- android-19
9
before_install:
10
- rm pom.xml
11
script:
12
- ./setup_env.sh ant
13
- ant clean
14
- ant debug
15