Browse Source

Merge pull request #1376 from pmoust/patch-2

Update travis to exclude packs and display verbose text
tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
ae8ff09d02
  1. 4
      .travis.yml

4
.travis.yml

@ -21,8 +21,8 @@ before_script:
- tests/unit/data/travis/cubrid-setup.sh - tests/unit/data/travis/cubrid-setup.sh
- tests/unit/data/travis/sphinx-setup.sh - tests/unit/data/travis/sphinx-setup.sh
#script: script:
# - phpunit --coverage-clover tests/unit/runtime/coveralls/clover.xml --verbose --exclude-group mssql,oci,wincache,xcache,zenddata,vendor - phpunit --coverage-text --coverage-clover tests/unit/runtime/coveralls/clover.xml --verbose --exclude-group mssql,oci,wincache,xcache,zenddata,vendor
#after_script: #after_script:
# - php vendor/bin/coveralls # - php vendor/bin/coveralls

Loading…
Cancel
Save