From ea30ddbdbdad525780d01892086fdc88d3f02231 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 30 Apr 2015 14:05:17 +0200 Subject: try to add back code coverage --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 960f7a68f..c4eff52d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ before_script: # set up databases and users for postgres and mysql - createuser -U travis -s oc_autotest - mysql -e 'create database oc_autotest;' - - mysql -u root -e "CREATE USER 'oc_autotest'@'localhost';" + - mysql -u root -e "CREATE USER 'oc_autotest'@'localhost' IDENTIFIED BY '';" - mysql -u root -e "grant all on oc_autotest.* to 'oc_autotest'@'localhost';" # set up php under apache - bash owncloud/apps/news/tests/travis/travis-ci-apache.sh @@ -57,7 +57,7 @@ before_script: script: # unit tests - grunt php-unit - #- php ocular.phar code-coverage:upload --format=php-clover coverage.clover + - php ocular.phar code-coverage:upload --format=php-clover ../coverage.clover - grunt js-unit # integration tests - grunt php-integration -- cgit v1.2.3