summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 2cc93ec2c..6763f23e2 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
@@ -48,7 +48,6 @@ before_script:
- 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
- sudo chown -R travis:travis data/
- cd apps/news/js
# install test deps