From 620b1f5407ad57ff6aaf68e6e832bfa1407b1e58 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 6 Nov 2014 16:44:38 +0100 Subject: reenable more tests --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3