summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 19:19:17 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 19:19:17 +0200
commit48e09a29540ed91224a94ee6b4d5f0883aff5228 (patch)
tree712e668c7f484ab32e322e73e2ec07d615df8ae7 /.travis.yml
parentb51cf44e7168b3e049de0979701af19e9ba07ebc (diff)
try to clone oc in travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2c06c86f3..bb3cf6477 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,8 +16,7 @@ before_install:
- git checkout stable6
- cd ../apps
- git clone https://github.com/owncloud/appframework
- - mv news core/apps/
- - cd core/apps/news
+ - mv ../../news core/apps/
script:
- sudo add-apt-repository -y ppa:chris-lea/node.js