Skip to content

Commit

Permalink
Travis CI drop tests for MySQL 5.1 on Ubuntu Precise
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew committed Dec 20, 2017
1 parent 41c59bc commit efa47a9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ matrix:
mariadb: 10.2
hosts:
- mysql2gem.example.com
- rvm: 2.0.0
env: DB=mysql51
dist: precise
addons:
hosts:
- mysql2gem.example.com
- rvm: 2.0.0
env: DB=mysql55
dist: precise
Expand Down Expand Up @@ -84,6 +78,3 @@ matrix:
- os: osx
rvm: 2.3
env: DB=mysql56
- rvm: 2.0.0
env: DB=mysql51
dist: precise
11 changes: 0 additions & 11 deletions .travis_mysql51.sh

This file was deleted.

5 changes: 0 additions & 5 deletions .travis_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

set -eux

# Install MySQL 5.1 if DB=mysql51
if [[ -n ${DB-} && x$DB =~ ^xmysql51 ]]; then
sudo bash .travis_mysql51.sh
fi

# Install MySQL 5.7 if DB=mysql57
if [[ -n ${DB-} && x$DB =~ ^xmysql57 ]]; then
sudo bash .travis_mysql57.sh
Expand Down

0 comments on commit efa47a9

Please sign in to comment.