Skip to content

Commit

Permalink
Update travis to exclude packs and display verbose text
Browse files Browse the repository at this point in the history
(coveralls.io still excluded)
  • Loading branch information
pmoust committed Dec 1, 2013
1 parent 494e3e3 commit a337a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a337a1b

Please sign in to comment.