We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e603d98 commit d385021Copy full SHA for d385021
1 file changed
.travis.yml
@@ -9,7 +9,7 @@ rvm:
9
- 2.1
10
- 2.2
11
- 2.3
12
- - 2.4
+ - 2.4.2
13
- 2.5
14
- ruby-head
15
- jruby
@@ -20,6 +20,7 @@ before_script:
20
- if (ruby -e "exit RUBY_VERSION.to_f >= 2.3"); then export RUBYOPT="--enable-frozen-string-literal"; fi; echo $RUBYOPT
21
matrix:
22
allow_failures:
23
+ - rvm: 2.5
24
- rvm: ruby-head
25
- rvm: jruby
26
script: "rake test" # test:scanners"
0 commit comments