Skip to content

Commit e4462fe

Browse files
committed
Updates Travis to use latest stable ruby versions
1 parent c1ff996 commit e4462fe

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
language: ruby
22
sudo: false
33
env:
4-
- "RAILS_VERSION=4.2.6"
4+
- "RAILS_VERSION=4.2.7"
55
- "RAILS_VERSION=5.0.0"
66
- "RAILS_VERSION=master"
77
rvm:
8-
- 2.1
9-
- 2.2.4
10-
- 2.3.0
8+
- 2.1.10
9+
- 2.2.6
10+
- 2.3.3
11+
- 2.4.0
1112
matrix:
1213
exclude:
13-
- rvm: 2.0
14-
env: "RAILS_VERSION=5.0.0"
15-
- rvm: 2.1
14+
- rvm: 2.1.10
1615
env: "RAILS_VERSION=5.0.0"
16+
- rvm: 2.4.0
17+
env: "RAILS_VERSION=4.2.7"
1718
allow_failures:
1819
- env: "RAILS_VERSION=master"

0 commit comments

Comments
 (0)