Skip to content

Commit

Permalink
Use release version of MySQL 5.7 on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbuenemann committed Apr 25, 2019
1 parent 757c78f commit c526dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis_mysql57.sh
Expand Up @@ -10,7 +10,7 @@ rm -rf /var/log/mysql

apt-get install python-software-properties
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-confold -y install mysql-server libmysqlclient-dev

0 comments on commit c526dad

Please sign in to comment.