summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2019-11-24 01:36:05 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2019-11-24 01:36:05 +0100
commitd8b4818ec4b1f06a25206e2f1e61354940af9b4a (patch)
tree9959f9364aab49e4fee1c5d58a58afb63d49ec7f
parent9907f88568691916e4a869bc44126de8040a274d (diff)
downloadcoderay-d8b4818ec4b1f06a25206e2f1e61354940af9b4a.tar.gz
apparently, 1.8.7 fails on Travis?
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c1fa23a..8191789 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ rvm:
- 2.1
- 2.2
- 2.3
- - 2.4.2
+ - 2.4
- 2.5
- 2.6
- ruby-head
@@ -21,6 +21,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: 1.8.7
- rvm: ruby-head
- rvm: jruby
script: "rake test" # test:scanners"