summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 84679401b..417d69d30 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,12 +5,15 @@ php:
- 5.5
before_install:
+ - cd ..
- 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
+ - mv news core/apps/
+ - cd core/apps/news
script:
- sudo add-apt-repository -y ppa:chris-lea/node.js