From 2f697b8c2fca157f101d2c0737643fc70f0a64cf Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 8 Apr 2014 19:20:06 +0200 Subject: try to clone oc in travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3