Skip to content

Commit e4e4343

Browse files
committed
allow rbx19 and rbx20 to fail until rb_intern3 is implemented
1 parent 978a5eb commit e4e4343

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ rvm:
99
- rbx-19mode
1010
- rbx-20mode
1111
bundler_args: --without benchmarks
12+
allow_failures:
13+
- rvm: rbx-19mode
14+
- rvm: rbx-20mode
1215
script:
1316
- bundle exec rake
1417
- bundle exec rspec

0 commit comments

Comments
 (0)