diff --git a/.travis.yml b/.travis.yml index ae63fb76..dc29ace8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,7 @@ php: - 5.3 script: ../vendor/bin/phpunit --coverage-clover=coverage.clover before_script: -# pear.phpunit.de offline, and travis have phpunit -# - pear channel-discover pear.phpunit.de -# - pear install phpunit/DbUnit + - composer require phpunit/dbunit - mysql -e 'create database alternc_test DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;' - cd phpunit after_script: