projects
/
pub
/
Android
/
ownCloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
readding Android 22 und 19 for travis
[pub/Android/ownCloud.git]
/
.travis.yml
1
language: android
2
android:
3
components:
4
- build-tools-23.0.1
5
- android-23
6
- android-22
7
- android-19
8
before_install:
9
- rm pom.xml
10
script:
11
- ./setup_env.sh ant
12
- ant clean
13
- ant debug
14