fixing travix.yml

This commit is contained in:
Kienan Stewart 2018-04-15 21:39:21 -04:00 committed by Benjamin Sonntag
parent 0be79f9b54
commit 76764e735f
1 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,7 @@ php:
- 5.3 - 5.3
script: ../vendor/bin/phpunit --coverage-clover=coverage.clover script: ../vendor/bin/phpunit --coverage-clover=coverage.clover
before_script: before_script:
# pear.phpunit.de offline, and travis have phpunit - composer require phpunit/dbunit
# - pear channel-discover pear.phpunit.de
# - pear install phpunit/DbUnit
- 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: