Update .travis.yml
This commit is contained in:
@@ -3,6 +3,7 @@ services:
|
|||||||
before_script:
|
before_script:
|
||||||
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
||||||
install:
|
install:
|
||||||
|
- which phpunit
|
||||||
- composer require --dev phpunit/phpunit ^5.7
|
- composer require --dev phpunit/phpunit ^5.7
|
||||||
- phpunit --version
|
- phpunit --version
|
||||||
- $TRAVIS_BUILD_DIR/vendor/bin/phpunit --version
|
- $TRAVIS_BUILD_DIR/vendor/bin/phpunit --version
|
||||||
|
|||||||
Reference in New Issue
Block a user