summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 16:44:38 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 16:44:38 +0100
commit620b1f5407ad57ff6aaf68e6e832bfa1407b1e58 (patch)
tree670c3e914f3c125b9963bce2c7ccd6bfbb1a6a3c /.travis.yml
parent6d548e38a7b852fd162482d98d964bc85b283e37 (diff)
reenable more tests
Diffstat (limited to '.travis.yml')
-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