mongoid-enum/.travis.yml
2013-11-10 09:19:45 -07:00

17 lines
223 B
YAML

script: "bundle exec rspec spec"
language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
gemfile:
- Gemfile
- Mongoid4.gemfile
services:
- mongodb
branches:
only:
- master
- feature-mongoid4