Skip to content

Commit

Permalink
Fix dist version
Browse files Browse the repository at this point in the history
  • Loading branch information
louislivi committed May 24, 2019
1 parent 827ce5a commit 283b2da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,5 +1,7 @@
language: php

dist: trusty

matrix:
include:
- php: 7.0
Expand All @@ -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
Expand Down

0 comments on commit 283b2da

Please sign in to comment.