Fix travis CI build
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- ant
|
||||||
before_script:
|
before_script:
|
||||||
- echo "USE mysql;\nUPDATE user SET authentication_string=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
- echo "USE mysql;\nUPDATE user SET authentication_string=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
||||||
install:
|
install:
|
||||||
|
- apt-get install ant
|
||||||
#- rm $TRAVIS_BUILD_DIR/tools/phpunit
|
#- rm $TRAVIS_BUILD_DIR/tools/phpunit
|
||||||
#- composer require --dev phpunit/phpunit ~6.5.5
|
#- composer require --dev phpunit/phpunit ~6.5.5
|
||||||
#- $TRAVIS_BUILD_DIR/vendor/bin/phpunit --version
|
#- $TRAVIS_BUILD_DIR/vendor/bin/phpunit --version
|
||||||
|
|||||||
Reference in New Issue
Block a user