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 d8c174275..d76ad2b42 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,6 @@ node_js:
git:
depth: 0
-before_install: git clone https://github.com/owncloud/appframework
+before_install: cd ..; git clone https://github.com/owncloud/appframework; cd news
script: make javascript-tests