Skip to content

Commit 6bff063

Browse files
committed
Revert "Don't let rbx fail" - commit again when Travis has rbx 2.0.0rc1 or higher.
This reverts commit 6cf40a4. Conflicts: .travis.yml
1 parent 0a968bd commit 6bff063

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ rvm:
77
- rbx-18mode
88
- rbx-19mode
99
- ruby-head
10+
matrix:
11+
allow_failures:
12+
- rvm: rbx-18mode
13+
- rvm: rbx-19mode
1014
bundler_args: --without benchmarks
1115
script:
1216
- bundle exec rake

0 commit comments

Comments
 (0)