8000 tweak list of rubies to test · rubychan/coderay@d385021 · GitHub
[go: up one dir, main page]

Skip to content

Commit d385021

Browse files
committed
tweak list of rubies to test
1 parent e603d98 commit d385021

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rvm:
99
- 2.1
1010
- 2.2
1111
- 2.3
12-
- 2.4
12+
- 2.4.2
1313
- 2.5
1414
- ruby-head
1515
- jruby
@@ -20,6 +20,7 @@ before_script:
2020
- if (ruby -e "exit RUBY_VERSION.to_f >= 2.3"); then export RUBYOPT="--enable-frozen-string-literal"; fi; echo $RUBYOPT
2121
matrix:
2222
allow_failures:
23+
- rvm: 2.5
2324
- rvm: ruby-head
2425
- rvm: jruby
2526
script: "rake test" # test:scanners"

0 commit comments

Comments
 (0)
0