From 4ec5e84b81c9e26463ac46d28efc67b29137cced Mon Sep 17 00:00:00 2001 From: Aaron Stone Date: Sun, 22 Nov 2015 00:04:37 -0800 Subject: [PATCH] MySQL 5.7 is GA now, remove the -DMR suffix from the apt repo --- .travis_mysql57.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis_mysql57.sh b/.travis_mysql57.sh index 53f2f1517..b4a353abd 100644 --- a/.travis_mysql57.sh +++ b/.travis_mysql57.sh @@ -6,7 +6,7 @@ service mysql stop apt-get purge '^mysql*' 'libmysql*' apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x8C718D3B5072E1F5 -add-apt-repository 'deb http://repo.mysql.com/apt/ubuntu/ precise mysql-5.7-dmr' +add-apt-repository 'deb http://repo.mysql.com/apt/ubuntu/ precise mysql-5.7' apt-get update apt-get -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confnew -y install mysql-server libmysqlclient-dev