Test changes to travis.yml
This commit is contained in:
parent
eb588cc0c3
commit
7b231d1635
|
@ -9,9 +9,10 @@ php:
|
|||
- 5.3
|
||||
script: phpunit --coverage-clover=coverage.clover
|
||||
before_script:
|
||||
- composer global require phpunit/dbunit
|
||||
- composer phpunit/dbunit
|
||||
- mysql -e 'create database alternc_test DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'
|
||||
- cd phpunit
|
||||
- which phpunit
|
||||
after_script:
|
||||
- wget https://scrutinizer-ci.com/ocular.phar
|
||||
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|
||||
|
|
Loading…
Reference in New Issue