summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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