projects
/
pub
/
Android
/
ownCloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Trigger media scan after file upload
[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
script:
10
- ./setup_env.sh ant
11
- ant clean
12
- ant debug
13