Skip to content

Commit f74d983

Browse files
committed
chore: Allow jruby-head and ruby-head to fail on Travis
1 parent 1894d39 commit f74d983

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
@@ -24,5 +24,8 @@ matrix:
2424
gemfile: Gemfile
2525
- rvm: ruby-head
2626
gemfile: Gemfile
27+
allow_failures:
28+
- rvm: jruby-head
29+
- rvm: ruby-head
2730
fast_finish: true
2831
sudo: false

0 commit comments

Comments
 (0)