Skip to content

Commit

Permalink
Use keyserver.ubuntu.com for the Percona key
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew committed Nov 12, 2017
1 parent 2e69e38 commit ebc9acd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ addons:
- mysql-server-5.6
- mysql-client-core-5.6
- mysql-client-5.6
rvm:
- 2.4
- 2.3
- 2.2
- 2.1
- 2.0.0
- 1.9.3
- ruby-head
matrix:
include:
- rvm: 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion .travis_mysql51.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eux
apt-get purge -qq '^mysql*' '^libmysql*'
rm -fr /etc/mysql
rm -fr /var/lib/mysql
apt-key adv --keyserver hkp://keys.gnupg.net:80 --recv-key 8507EFA5
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key 9334A25F8507EFA5
add-apt-repository 'deb http://repo.percona.com/apt precise main'
apt-get update -qq
apt-get install -qq percona-server-server-5.1 percona-server-client-5.1 libmysqlclient16-dev

0 comments on commit ebc9acd

Please sign in to comment.