Skip to content

Commit c526dad

Browse files
Use release version of MySQL 5.7 on Travis CI
1 parent 757c78f commit c526dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis_mysql57.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rm -rf /var/log/mysql
1010

1111
apt-get install python-software-properties
1212
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'
13+
add-apt-repository 'deb http://repo.mysql.com/apt/ubuntu/ precise mysql-5.7'
1414

1515
apt-get update
1616
apt-get -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold -y install mysql-server libmysqlclient-dev

0 commit comments

Comments
 (0)