projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f38d4ba
)
move setup_env.sh to before_install
author
Thomas Müller
<thomas.mueller@tmit.eu>
Thu, 13 Mar 2014 10:25:47 +0000
(11:25 +0100)
committer
Thomas Müller
<thomas.mueller@tmit.eu>
Thu, 13 Mar 2014 10:25:47 +0000
(11:25 +0100)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
73319f4
..
950f7b0
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-12,12
+12,12
@@
before_install:
- echo no | android create avd --force -n test -t android-16 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- rm pom.xml
+ - ./setup_env.sh
before_script:
- wait_for_emulator
script:
- - ./setup_env.sh
- ant clean
- ant debug