1
0
Fork 0
mirror of https://github.com/ms-ati/docile synced 2023-03-27 23:21:52 -04:00
docile/.travis.yml
Marc Siegel 8be48f6f72 Update Travis settings for Rubinius
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
2014-02-21 15:48:22 -05:00

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