Remove rbx from CI. Allowing failures is just wasting resources

Breaks too often.

Happy to re-add if someone want to take charge of keeping it green.
This commit is contained in:
Benjamin Fleischer 2016-03-08 23:01:40 -06:00
parent 7ab39bed85
commit 3e63596423

View File

@ -8,7 +8,6 @@ rvm:
- 2.2.3 - 2.2.3
- 2.3.0 - 2.3.0
- ruby-head - ruby-head
- rbx-2
- jruby-9.0.4.0 - jruby-9.0.4.0
- jruby-head - jruby-head
@ -49,5 +48,4 @@ matrix:
allow_failures: allow_failures:
- rvm: ruby-head - rvm: ruby-head
- rvm: jruby-head - rvm: jruby-head
- rvm: rbx-2
fast_finish: true fast_finish: true