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