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:
df218f9
)
use ant to build
author
Thomas Müller
<thomas.mueller@tmit.eu>
Tue, 21 Jan 2014 17:07:53 +0000
(18:07 +0100)
committer
Thomas Müller
<thomas.mueller@tmit.eu>
Tue, 21 Jan 2014 17:07:53 +0000
(18:07 +0100)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
98743af
..
9c401b1
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-15,5
+15,9
@@
before_install:
before_script:
- wait_for_emulator
-script: mvn install -Pintegration-tests -Dandroid.device=test
+#script: mvn install -Pintegration-tests -Dandroid.device=test
+script:
+ - ./setup_env.sh
+ - ant clean
+ - ant debug