Skip to content

Commit 00ebcc4

Browse files
committed
Add Ruby 2.3 to the Travis CI matrix and test from newest to oldest release
1 parent fcb1a8b commit 00ebcc4

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ addons:
1010
hosts:
1111
- mysql2gem.example.com
1212
rvm:
13-
- 1.8.7
14-
- 1.9.3
15-
- 2.0.0
16-
- 2.1
13+
- 2.3.0
1714
- 2.2
15+
- 2.1
16+
- 2.0.0
17+
- 1.9.3
18+
- 1.8.7
1819
- ree
1920
- rbx-2
2021
- ruby-head

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ test_script:
2525
# - find tmp -name "*.log" -exec cat {};
2626
environment:
2727
matrix:
28-
- ruby_version: "200"
29-
- ruby_version: "200-x64"
30-
- ruby_version: "21"
31-
- ruby_version: "21-x64"
32-
- ruby_version: "22"
3328
- ruby_version: "22-x64"
29+
- ruby_version: "22"
30+
- ruby_version: "21-x64"
31+
- ruby_version: "21"
32+
- ruby_version: "200-x64"
33+
- ruby_version: "200"
3434
cache:
3535
- vendor
3636
services:

0 commit comments

Comments
 (0)