Fix phpunit/dbunit version match string for travis
This commit is contained in:
parent
c7fda46fc1
commit
2b732624c1
|
@ -11,7 +11,7 @@ script:
|
|||
- ../vendor/bin/phpcs --ignore=../vendor/ ../
|
||||
- ../vendor/bin/phpunit --coverage-clover=coverage.clover
|
||||
before_script:
|
||||
- composer require 'phpunit/dbunit<3.0.2' squizlabs/php_codesniffer
|
||||
- composer require 'phpunit/dbunit=<3.0.2' squizlabs/php_codesniffer
|
||||
- mysql -e 'create database alternc_test DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'
|
||||
- cd phpunit
|
||||
after_script:
|
||||
|
|
Loading…
Reference in New Issue