Skip to content

Commit efa47a9

Browse files
committed
Travis CI drop tests for MySQL 5.1 on Ubuntu Precise
1 parent 41c59bc commit efa47a9

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ matrix:
4545
mariadb: 10.2
4646
hosts:
4747
- mysql2gem.example.com
48-
- rvm: 2.0.0
49-
env: DB=mysql51
50-
dist: precise
51-
addons:
52-
hosts:
53-
- mysql2gem.example.com
5448
- rvm: 2.0.0
5549
env: DB=mysql55
5650
dist: precise
@@ -84,6 +78,3 @@ matrix:
8478
- os: osx
8579
rvm: 2.3
8680
env: DB=mysql56
87-
- rvm: 2.0.0
88-
env: DB=mysql51
89-
dist: precise

.travis_mysql51.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

.travis_setup.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
set -eux
44

5-
# Install MySQL 5.1 if DB=mysql51
6-
if [[ -n ${DB-} && x$DB =~ ^xmysql51 ]]; then
7-
sudo bash .travis_mysql51.sh
8-
fi
9-
105
# Install MySQL 5.7 if DB=mysql57
116
if [[ -n ${DB-} && x$DB =~ ^xmysql57 ]]; then
127
sudo bash .travis_mysql57.sh

0 commit comments

Comments
 (0)