Skip to content

Commit f619538

Browse files
authored
Merge pull request #1188 from lgebhardt/update_travis_matrix
Update ruby and rails versions for travis tests
2 parents f06b608 + a57a82c commit f619538

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

.travis.yml

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
language: ruby
22
sudo: false
33
env:
4-
- "RAILS_VERSION=4.2.8"
5-
- "RAILS_VERSION=5.0.2"
6-
- "RAILS_VERSION=5.1.0"
4+
- "RAILS_VERSION=4.2.10"
5+
- "RAILS_VERSION=5.0.7"
6+
- "RAILS_VERSION=5.1.6"
7+
- "RAILS_VERSION=5.2.1"
78
- "RAILS_VERSION=master"
89
rvm:
9-
- 2.1.10
10-
- 2.2.7
11-
- 2.3.4
12-
- 2.4.1
10+
- 2.3.7
11+
- 2.4.4
12+
- 2.5.1
1313
matrix:
14-
exclude:
15-
- rvm: 2.1.10
16-
env: "RAILS_VERSION=5.0.2"
17-
- rvm: 2.1.10
18-
env: "RAILS_VERSION=5.1.0"
19-
- rvm: 2.1.10
20-
env: "RAILS_VERSION=master"
2114
allow_failures:
2215
- env: "RAILS_VERSION=master"

0 commit comments

Comments
 (0)