projects
/
pub
/
Android
/
ownCloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Adjust the thumbnails size to the size used on screen
[pub/Android/ownCloud.git]
/
.travis.yml
1
language: android
2
android:
3
components:
4
- build-tools-20.0.0
5
- android-19
6
- android-17
7
- android-14
8
- extra-android-support
9
licenses:
10
- 'android-sdk-license-5be876d5'
11
- 'android-sdk-license-598b93a6'
12
13
jdk: oraclejdk7
14
15
before_install:
16
- rm pom.xml
17
- ./setup_env.sh
18
19
script:
20
- ant clean
21
- ant debug
22