Skip to content

Commit

Permalink
try to fix mysql installtion on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
David Badura authored and David Badura committed Apr 19, 2017
1 parent 97fbeba commit 04528a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/travis/install-mysql-5.7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ wget http://dev.mysql.com/get/mysql-apt-config_0.7.3-1_all.deb
sudo dpkg --install mysql-apt-config_0.7.3-1_all.deb
sudo apt-get update -q
sudo apt-get install -q -y -o Dpkg::Options::=--force-confnew mysql-server
sudo mysql_upgrade
sudo mysql_upgrade --force

0 comments on commit 04528a5

Please sign in to comment.