summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Anderson <panic@semiosix.com>2017-08-05 19:59:20 +0200
committer0xAB <0xAB@protonmail.com>2017-08-20 14:42:37 +0100
commitdc98d2f35b3745b13b0eac22e67bc6e096b940df (patch)
tree61558b02b96a51cd411660421d5ba3e844eb4116
parent36eaae83b04b47d36395a022b0534fd0edddddf5 (diff)
downloadpry-dc98d2f35b3745b13b0eac22e67bc6e096b940df.tar.gz
allow 2.4.1 specs to fail - in case the GC bug is tickled
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index aaba3066..71ddd45c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ rvm:
- 2.1
- 2.2
- 2.3.1
- - 2.4
+ - 2.4.1
- ruby-head
- rbx-2
- jruby
@@ -21,6 +21,7 @@ matrix:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-2
+ - rvm: 2.4.1 # because of https://bugs.ruby-lang.org/issues/13537
notifications:
irc: "irc.freenode.org#pry"