Added travis config
This commit is contained in:
parent
d7c07e03ff
commit
592d27263f
15
.travis.yml
Normal file
15
.travis.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user