Skip to content

Commit d8b4818

Browse files
committed
apparently, 1.8.7 fails on Travis?
1 parent 9907f88 commit d8b4818

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rvm:
99
- 2.1
1010
- 2.2
1111
- 2.3
12-
- 2.4.2
12+
- 2.4
1313
- 2.5
1414
- 2.6
1515
- ruby-head
@@ -21,6 +21,7 @@ before_script:
2121
- if (ruby -e "exit RUBY_VERSION.to_f >= 2.3"); then export RUBYOPT="--enable-frozen-string-literal"; fi; echo $RUBYOPT
2222
matrix:
2323
allow_failures:
24+
- rvm: 1.8.7
2425
- rvm: ruby-head
2526
- rvm: jruby
2627
script: "rake test" # test:scanners"

0 commit comments

Comments
 (0)