diff --git a/.travis.yml b/.travis.yml index 485f14d..6fc748f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: php +dist: trusty + matrix: include: - php: 7.0 @@ -23,8 +25,6 @@ install: before_script: - phpenv config-rm xdebug.ini - - sudo systemctl unmask mysql.service > null - - sudo service mysql restart - sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('123456') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;" - sudo mysql_upgrade -u root -p123456 - sudo service mysql restart