From 71fe5ce14545929d8aa03bcffce8806ac4cc7f13 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 8 Apr 2014 19:07:13 +0200 Subject: try to clone oc in travis build --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 40dab1635..84679401b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,12 @@ php: - 5.5 before_install: - - cd ..; git clone https://github.com/owncloud/appframework; cd news + - git clone https://github.com/owncloud/core.git + - cd core + - git submodule init + - git submodule update + - cd apps + - git clone https://github.com/owncloud/appframework script: - sudo add-apt-repository -y ppa:chris-lea/node.js -- cgit v1.2.3