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