summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 19:07:13 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 19:07:13 +0200
commit71fe5ce14545929d8aa03bcffce8806ac4cc7f13 (patch)
tree807c4488b37cd0e43421fe974e9c9e1d144d0f70 /.travis.yml
parent31ae116fe4ab5cac3d2a85069adae2d211ecc846 (diff)
try to clone oc in travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
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