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
dist: trusty
sudo: required
php:
- '7.2'
- nightly
@ -8,7 +6,6 @@ services:
- mysql
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;"
- sudo service mysql restart
- pecl install ast
- composer install
script: