summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-07-06 10:33:52 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-07-06 10:33:52 +0200
commitf12e6ba488900522fefae789a9122446aa6df9fe (patch)
tree6b0090756b71e285a1c3af27ebdaa83bd0b55686
parentdbf0af92e6c12eaafca829c8ef1e6b93cb46bcbe (diff)
cd magic
-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