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 bb6f55cf34 exclude development dependencies from travis
Signed-off-by: Marc Siegel <marc@usainnov.com>
2012-10-29 15:52:57 -04:00

15 lines
232 B
YAML

language: ruby
bundler_args: --without development
rvm:
- 1.9.3
- 1.9.2
- 1.8.7
- ree
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
matrix:
allow_failures:
- rvm: jruby-18mode
- rvm: jruby-19mode