Skip to content

Commit f8ee23a

Browse files
committed
Stash the [email protected] key locally instead of calling pgp.mit.edu
1 parent ad4cd99 commit f8ee23a

File tree

3 files changed

+434
-2
lines changed

3 files changed

+434
-2
lines changed

.travis_mysql57.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eux
55
apt-get purge -qq '^mysql*' '^libmysql*'
66
rm -fr /etc/mysql
77
rm -fr /var/lib/mysql
8-
apt-key adv --keyserver pgp.mit.edu --recv-keys 5072E1F5
8+
apt-key add - < support/5072E1F5.asc
99
add-apt-repository 'deb http://repo.mysql.com/apt/ubuntu/ trusty mysql-5.7'
1010
apt-get update -qq
1111
apt-get install -qq mysql-server libmysqlclient-dev

.travis_mysql80.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eux
55
apt-get purge -qq '^mysql*' '^libmysql*'
66
rm -fr /etc/mysql
77
rm -fr /var/lib/mysql
8-
apt-key adv --keyserver pgp.mit.edu --recv-keys 5072E1F5
8+
apt-key add - < support/5072E1F5.asc
99
add-apt-repository 'deb http://repo.mysql.com/apt/ubuntu/ trusty mysql-8.0'
1010
apt-get update -qq
1111
apt-get install -qq mysql-server libmysqlclient-dev

0 commit comments

Comments
 (0)