mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00

Apparently, since rbx-2.2.5 you no longer need to require gem rubysl or rubinius-coverage, and you must have travis use the ruby named 'rbx-2'. See * https://github.com/tarcieri/http/pull/79 * https://github.com/rubinius/rubinius/releases/tag/v2.2.5
12 lines
137 B
YAML
12 lines
137 B
YAML
language: ruby
|
|
cache: bundler
|
|
rvm:
|
|
- 2.1.0
|
|
- 2.0.0
|
|
- 1.9.3
|
|
- 1.9.2
|
|
- 1.8.7
|
|
- ree
|
|
- jruby-18mode
|
|
- jruby-19mode
|
|
- rbx-2
|