16 lines
215 B
YAML
16 lines
215 B
YAML
script: "bundle exec rspec spec"
|
|
language: ruby
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- jruby-19mode
|
|
- rbx-19mode
|
|
- ree
|
|
gemfile:
|
|
- Gemfile
|
|
notifications:
|
|
recipients:
|
|
- nicholas@bruning.com.au
|
|
services:
|
|
- mongodb
|