Skip to content

Commit fc5fd28

Browse files
authored
Merge pull request #71 from nicolasleger/patch-1
[CI] Test against Ruby 2.5
2 parents 53bf066 + e4e6cab commit fc5fd28

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: .travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ rvm:
66
- 1.9.3
77
- 2.0.0
88
- 2.1.10
9-
- 2.2.6
10-
- 2.3.3
11-
- 2.4.0
9+
- 2.2.9
10+
- 2.3.6
11+
- 2.4.3
12+
- 2.5.0
1213
- ruby-head
1314
- jruby
1415
matrix:
1516
fast_finish: true
1617
allow_failures:
18+
- rvm: ruby-head
1719
- rvm: jruby
1820
notifications:
1921
email: false

0 commit comments

Comments
 (0)