summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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