Browse Source

Update travis to exclude packs and display verbose text

(coveralls.io still excluded)
tags/2.0.0-beta
Panagiotis Moustafellos 11 years ago
parent
commit
a337a1b3ff
  1. 4
      .travis.yml

4
.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

Loading…
Cancel
Save