summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 16:19:37 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 16:19:37 +0100
commitc558bd7fc4d9dda05ffba91ff4bb6dc22e5811ac (patch)
tree7c6c9c2f1c33a628e8ca221e61ec4d4249b0f03b /.travis.yml
parent5c70396a43c5553539fbf1258b57b562edb703fe (diff)
testing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 5fff13319..f2993a9bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,13 @@
language: php
php:
- 5.4
- - 5.5
- - 5.6
+ #- 5.5
+ #- 5.6
env:
- DB=sqlite
- - DB=postgresql
- - DB=mysql
+ #- DB=postgresql
+ #- DB=mysql
before_install:
# get a newer node.js version
@@ -44,9 +44,11 @@ before_script:
- sudo service apache2 restart
# fill owncloud with default configs and enable news
- cd owncloud
+ - 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/
- 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