summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 19:11:09 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-08 19:11:09 +0200
commit786284e9640465a1023eea61ee15ba9c8ebfea4b (patch)
tree9c9d420218ae5ebda27bd0207b478f834f2449e1 /.travis.yml
parent71fe5ce14545929d8aa03bcffce8806ac4cc7f13 (diff)
try to clone oc in travis build
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