Skip to content

Commit 6e257b4

Browse files
authored
Merge pull request #1008 from olleolleolle/patch-2
Travis: use Ruby 2.4.1 in CI
2 parents 0eaa40c + 56d94a0 commit 6e257b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ rvm:
88
- 2.1.10
99
- 2.2.6
1010
- 2.3.3
11-
- 2.4.0
11+
- 2.4.1
1212
matrix:
1313
exclude:
1414
- rvm: 2.1.10
1515
env: "RAILS_VERSION=5.0.0"
16-
- rvm: 2.4.0
16+
- rvm: 2.4.1
1717
env: "RAILS_VERSION=4.2.7"
1818
allow_failures:
1919
- env: "RAILS_VERSION=master"

0 commit comments

Comments
 (0)