Skip to content

Commit

Permalink
Travis apt-get update for MySQL 5.5 install
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew committed May 19, 2018
1 parent 46d6851 commit 95bfea3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ addons:
hosts:
- mysql2gem.example.com
apt:
update: true
packages:
- mysql-server-5.6
- mysql-client-core-5.6
Expand Down
1 change: 1 addition & 0 deletions .travis_mysql55.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ set -eux
apt-get purge -qq '^mysql*' '^libmysql*'
rm -fr /etc/mysql
rm -fr /var/lib/mysql
apt-get update -qq
apt-get install -qq mysql-server-5.5 mysql-client-core-5.5 mysql-client-5.5 libmysqlclient-dev

0 comments on commit 95bfea3

Please sign in to comment.