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:
parent
d45584e716
commit
c4a23fdd57
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue