Skip to content

Commit

Permalink
Fix mysql password issue on OSX build
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Dec 21, 2019
1 parent d40f89e commit 5000171
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -80,6 +80,9 @@ matrix:
- echo "memory_limit=-1" > /usr/local/etc/php/7.4/conf.d/50-travis.ini
- echo "pcre.jit=0" >> /usr/local/etc/php/7.4/conf.d/50-travis.ini
- mysql.server start
- sleep 5
# Enable password access
- mysql -e "SET PASSWORD FOR 'root'@'localhost' = PASSWORD('');"
addons:
homebrew:
packages:
Expand Down

0 comments on commit 5000171

Please sign in to comment.