Check without mysql restart

This commit is contained in:
Dennis Eichhorn 2018-08-04 16:01:29 +02:00
parent 9fa2d7067a
commit 886cc8b6bf

View File

@ -1,6 +1,4 @@
language: php language: php
dist: trusty
sudo: required
php: php:
- '7.2' - '7.2'
- nightly - nightly
@ -8,7 +6,6 @@ services:
- mysql - mysql
before_script: before_script:
- mysql -e "use mysql; update user set authentication_string=PASSWORD('123456') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;" - mysql -e "use mysql; update user set authentication_string=PASSWORD('123456') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
- sudo service mysql restart
- pecl install ast - pecl install ast
- composer install - composer install
script: script: