summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2017-12-16 00:40:39 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2017-12-16 00:40:39 +0100
commitd38502167541a1cd1b505a0e468e0098e3ae7538 (patch)
treed77d9e28739af846ae490d90a3133cb465f29418
parente603d988d7723841bc416160c45acefd9f2464eb (diff)
downloadcoderay-d38502167541a1cd1b505a0e468e0098e3ae7538.tar.gz
tweak list of rubies to test
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a299b72..49829cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ rvm:
- 2.1
- 2.2
- 2.3
- - 2.4
+ - 2.4.2
- 2.5
- ruby-head
- jruby
@@ -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"