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