Navigation Menu

Skip to content

Commit

Permalink
travis: use the latest mysql-apt-config
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 20, 2017
1 parent e6ddd10 commit 17a4977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/travis/install.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright(C) 2012-2016 Kouhei Sutou <kou@clear-code.com>
# Copyright(C) 2012-2017 Kouhei Sutou <kou@clear-code.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -98,7 +98,7 @@ else
apt-get -qq source mysql-server
ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql
else
repository_deb=mysql-apt-config_0.7.3-1_all.deb
repository_deb=mysql-apt-config_0.8.2-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 17a4977

Please sign in to comment.