Merge pull request #170 from sanemat/feature/travis-2-0-0

Add Ruby2.0.0 build in Travis-ci, and allowed to fail
This commit is contained in:
Ben Mabey 2013-01-08 09:58:34 -08:00
commit 82df12fbac

View file

@ -1,6 +1,7 @@
language: ruby language: ruby
rvm: rvm:
- 1.9.3 - 1.9.3
- 2.0.0
# TODO: make this work with the regular rake command # TODO: make this work with the regular rake command
script: "bundle exec rake spec" script: "bundle exec rake spec"
gemfile: gemfile:
@ -11,3 +12,6 @@ before_script:
- cp db/sample.config.yml db/config.yml - cp db/sample.config.yml db/config.yml
services: services:
- mongodb - mongodb
matrix:
allow_failures:
- rvm: 2.0.0