projects
/
pub
/
Android
/
ownCloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'remove_ActionBarSherlock' into navigationDrawer_update
[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
before_install:
9
- rm pom.xml
10
script:
11
- ./setup_env.sh ant
12
- ant clean
13
- ant debug
14