Browse Source

made travis phpunit verbose to see why cubrid tests are skipped

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
1179cb2a1c
  1. 2
      .travis.yml

2
.travis.yml

@ -33,7 +33,7 @@ before_script:
script:
- phpunit --coverage-clover tests/unit/runtime/coveralls/clover.xml
- phpunit --coverage-clover tests/unit/runtime/coveralls/clover.xml --verbose
after_script:
- php vendor/bin/coveralls
Loading…
Cancel
Save