Skip to content

Commit d2c5d98

Browse files
SweeDsebjacobs
authored andcommitted
Add ruby 2.3.1 in Travis-CI testing (rspec#1739)
1 parent f63c7eb commit d2c5d98

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ script: "script/run_build 2>&1"
3434
rvm:
3535
- 1.8.7
3636
- 2.3.0
37+
- 2.3.1
3738
- 2.2
3839
- 2.1
3940
- 2.0.0
@@ -63,6 +64,10 @@ matrix:
6364
env: RAILS_VERSION=master
6465
- rvm: 2.3.0
6566
env: RAILS_VERSION=5.0.0
67+
- rvm: 2.3.1
68+
env: RAILS_VERSION=master
69+
- rvm: 2.3.1
70+
env: RAILS_VERSION=5.0.0
6671
exclude:
6772
# 3.0.x is not supported on MRI 2.0+
6873
- rvm: 2.0.0
@@ -73,6 +78,8 @@ matrix:
7378
env: RAILS_VERSION='~> 3.0.20'
7479
- rvm: 2.3.0
7580
env: RAILS_VERSION='~> 3.0.20'
81+
- rvm: 2.3.1
82+
env: RAILS_VERSION='~> 3.0.20'
7683
# 4.x is not supported on MRI ruby-1.8.7 or 1.9.2
7784
- rvm: 1.8.7
7885
env: RAILS_VERSION='~> 4.0.4'
@@ -103,11 +110,15 @@ matrix:
103110
env: RAILS_VERSION='~> 3.1.12'
104111
- rvm: 2.3.0
105112
env: RAILS_VERSION='~> 3.1.12'
113+
- rvm: 2.3.1
114+
env: RAILS_VERSION='~> 3.1.12'
106115
allow_failures:
107116
- rvm: 2.2.2
108117
env: RAILS_VERSION=master
109118
- rvm: 2.3.0
110119
env: RAILS_VERSION=master
120+
- rvm: 2.3.1
121+
env: RAILS_VERSION=master
111122
fast_finish: true
112123

113124
branches:

0 commit comments

Comments
 (0)