Skip to content

Commit 2292bde

Browse files
committed
update travis test matrix
1 parent 48304b9 commit 2292bde

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

.travis.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
language: ruby
22
sudo: false
33
env:
4-
- "RAILS_VERSION=4.2.6"
5-
- "RAILS_VERSION=5.0.0"
4+
- "RAILS_VERSION=4.2.11"
5+
- "RAILS_VERSION=5.0.7.1"
6+
- "RAILS_VERSION=5.1.6.1"
7+
- "RAILS_VERSION=5.2.2"
68
- "RAILS_VERSION=master"
79
rvm:
8-
- 2.1
9-
- 2.2.4
10-
- 2.3.0
10+
- 2.3.8
11+
- 2.4.5
12+
- 2.5.3
1113
matrix:
12-
exclude:
13-
- rvm: 2.0
14-
env: "RAILS_VERSION=5.0.0"
15-
- rvm: 2.1
16-
env: "RAILS_VERSION=5.0.0"
1714
allow_failures:
18-
- env: "RAILS_VERSION=master"
15+
- env: "RAILS_VERSION=master"

0 commit comments

Comments
 (0)