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:
6b1cab8
)
trying to avoid maven call
author
Thomas Müller
<thomas.mueller@tmit.eu>
Thu, 13 Mar 2014 10:22:58 +0000
(11:22 +0100)
committer
Thomas Müller
<thomas.mueller@tmit.eu>
Thu, 13 Mar 2014 10:22:58 +0000
(11:22 +0100)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
3580050
..
73319f4
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-10,7
+10,8
@@
before_install:
# Create and start emulator
- echo no | android create avd --force -n test -t android-16 --abi armeabi-v7a
- # - emulator -avd test -no-skin -no-audio -no-window &
+ - emulator -avd test -no-skin -no-audio -no-window &
+ - rm pom.xml
before_script:
- wait_for_emulator