Skip to content

Commit

Permalink
tweak list of rubies to test
Browse files Browse the repository at this point in the history
  • Loading branch information
korny committed Dec 15, 2017
1 parent e603d98 commit d385021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rvm:
- 2.1
- 2.2
- 2.3
- 2.4
- 2.4.2
- 2.5
- ruby-head
- jruby
Expand All @@ -20,6 +20,7 @@ before_script:
- if (ruby -e "exit RUBY_VERSION.to_f >= 2.3"); then export RUBYOPT="--enable-frozen-string-literal"; fi; echo $RUBYOPT
matrix:
allow_failures:
- rvm: 2.5
- rvm: ruby-head
- rvm: jruby
script: "rake test" # test:scanners"
Expand Down

0 comments on commit d385021

Please sign in to comment.