projects
/
pub
/
Android
/
ownCloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Prevent updating to last version of platform tools
[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
- sudo apt-get install lib32stdc++6 lib32z1
10
script:
11
- ./setup_env.sh ant
12
- ant clean
13
- ant debug
14