summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 16:24:23 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 16:24:23 +0100
commite9d349b0429b8493bdf73577b8d3addd6ae7c499 (patch)
treef3749c1fe7d2935968ad95cd222bd39257983966 /.travis.yml
parentc558bd7fc4d9dda05ffba91ff4bb6dc22e5811ac (diff)
travis fixes
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f2993a9bd..5420f43f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ install:
- sudo easy_install3 pip # ubuntu 12.04 only
- sudo pip3 install ocdev
# clone core
- - ocdev setup core --dir owncloud
+ - ocdev setup core --dir owncloud --branch stable7
- mv news owncloud/apps/
before_script:
@@ -44,11 +44,12 @@ before_script:
- sudo service apache2 restart
# fill owncloud with default configs and enable news
- cd owncloud
- - chown -R www-data:www-data data/
+ - mkdir apps2
+ - sudo chown -R www-data:www-data data/
- ocdev ci $DB
- php -f console.php app:enable news
- curl http://admin:admin@localhost/owncloud/index.php
- - chmod -R travis:travis data/
+ - sudo chmod -R travis:travis data/
- cd apps/news/js
# install test deps
- npm install --deps # npm install needs to run before sudo npm install because otherwise it fails because a tmp file exists in the home dir