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