Skip to content

Commit ba6026a

Browse files
committed
Allow failure with Ruby 2.3.8 because simple-cov-html does not support Ruby 2.3
1 parent df41f7b commit ba6026a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@ matrix:
3434
allow_failures:
3535
- rvm: ruby-head
3636
env: "TEST_TOOL=rubygems YAML=psych"
37+
- rvm: 2.3.8
38+
env: "TEST_TOOL=bundler RGV=master"
3739
- rvm: ruby-head
3840
env: "TEST_TOOL=bundler RGV=master"

0 commit comments

Comments
 (0)