1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Add 1.8.7, rbx-1 (allow failures) to Travis.

This commit is contained in:
Brian Shirai 2015-07-31 12:52:07 -07:00
parent d45584e716
commit c4a23fdd57

View file

@ -3,6 +3,7 @@ language: ruby
cache: bundler
script: "TESTOPTS=-v bundle exec rake test"
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1
@ -10,9 +11,12 @@ rvm:
- jruby-19mode
- jruby-head
- rbx-2
- rbx-1
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-19mode
- rvm: jruby-head
- rvm: rbx-2
- rvm: rbx-1
- rvm: 1.8.7