From a337a1b3ff32c1ae4fe6fcc2cda0f3cba52f7e16 Mon Sep 17 00:00:00 2001 From: Panagiotis Moustafellos Date: Sun, 1 Dec 2013 14:23:10 +0200 Subject: [PATCH] Update travis to exclude packs and display verbose text (coveralls.io still excluded) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b7aea47f99..3f476f8044 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,8 @@ before_script: - tests/unit/data/travis/cubrid-setup.sh - tests/unit/data/travis/sphinx-setup.sh -#script: -# - phpunit --coverage-clover tests/unit/runtime/coveralls/clover.xml --verbose --exclude-group mssql,oci,wincache,xcache,zenddata,vendor +script: + - phpunit --coverage-text --coverage-clover tests/unit/runtime/coveralls/clover.xml --verbose --exclude-group mssql,oci,wincache,xcache,zenddata,vendor #after_script: # - php vendor/bin/coveralls