Navigation Menu

Skip to content

Commit

Permalink
travis: use latest mysql-apt-config
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Mar 24, 2017
1 parent 68a1a33 commit 385ddc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/install.sh
Expand Up @@ -106,7 +106,7 @@ else
apt-get source mysql-server
ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql
else
repository_deb=mysql-apt-config_0.8.2-1_all.deb
repository_deb=mysql-apt-config_0.8.3-1_all.deb
curl -O http://repo.mysql.com/${repository_deb}
sudo env MYSQL_SERVER_VERSION=mysql-${series} \
dpkg -i ${repository_deb}
Expand Down

0 comments on commit 385ddc8

Please sign in to comment.