Skip to content

Commit

Permalink
Add MySQL PGP key for validation against MySQL database
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Jul 23, 2015
1 parent 7c8611b commit 54e624d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis/before_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
set -x
set -e

export MYSQ_GPG_KEY=5072E1F5

remove_mysql(){
sudo service mysql stop
sudo apt-get remove --purge mysql-server mysql-client mysql-common
Expand All @@ -23,7 +21,7 @@ then
deb http://repo.mysql.com/apt/ubuntu/ precise mysql-$MYSQL_VERSION
deb-src http://repo.mysql.com/apt/ubuntu/ precise mysql-$MYSQL_VERSION
END

sudo gpg --recv-keys 5072E1F5
sudo apt-get update
sudo apt-get install mysql-server

Expand Down

0 comments on commit 54e624d

Please sign in to comment.