Update .travis.yml

This commit is contained in:
gamonoid
2017-09-04 17:22:49 +02:00
committed by GitHub
parent 5628a2650d
commit d2da85c9be

View File

@@ -3,6 +3,7 @@ services:
before_script:
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
install:
- which phpunit
- composer require --dev phpunit/phpunit ^5.7
- phpunit --version
- $TRAVIS_BUILD_DIR/vendor/bin/phpunit --version