Browse Source

Sphinx ignore group removed from phpunit run script

tags/2.0.0-beta
Paul Klimov 11 years ago
parent
commit
dc79c8c11a
  1. 2
      .travis.yml

2
.travis.yml

@ -22,7 +22,7 @@ before_script:
- 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,sphinx # - phpunit --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