We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757c78f commit c526dadCopy full SHA for c526dad
.travis_mysql57.sh
@@ -10,7 +10,7 @@ rm -rf /var/log/mysql
10
11
apt-get install python-software-properties
12
apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x8C718D3B5072E1F5
13
-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'
14
15
apt-get update
16
apt-get -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold -y install mysql-server libmysqlclient-dev
0 commit comments