summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 19:20:06 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 19:20:06 +0200
commit2f697b8c2fca157f101d2c0737643fc70f0a64cf (patch)
treeb5021a5ae7298327b402f951d833f08a146687e3 /.travis.yml
parent48e09a29540ed91224a94ee6b4d5f0883aff5228 (diff)
try to clone oc in travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bb3cf6477..131f1290f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ before_install:
- cd ..
- ls
- git clone https://github.com/owncloud/core.git
+ - mv news core/apps/
- cd core
- git submodule init
- git submodule update
@@ -16,7 +17,6 @@ before_install:
- git checkout stable6
- cd ../apps
- git clone https://github.com/owncloud/appframework
- - mv ../../news core/apps/
script:
- sudo add-apt-repository -y ppa:chris-lea/node.js