Fix phpunit/dbunit version match string for travis

This commit is contained in:
Kienan Stewart 2018-07-28 15:07:37 -04:00
parent c7fda46fc1
commit 2b732624c1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ script:
- ../vendor/bin/phpcs --ignore=../vendor/ ../ - ../vendor/bin/phpcs --ignore=../vendor/ ../
- ../vendor/bin/phpunit --coverage-clover=coverage.clover - ../vendor/bin/phpunit --coverage-clover=coverage.clover
before_script: 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;' - mysql -e 'create database alternc_test DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'
- cd phpunit - cd phpunit
after_script: after_script: