Added travis config

This commit is contained in:
Nicholas Bruning 2013-11-05 10:47:10 +11:00
parent d7c07e03ff
commit 592d27263f

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
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