diff --git a/readme.md b/readme.md index 5a1d388..d9e099d 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ Ruby CouchDB Sample -===================== +====================== -Uses RSpec and SimpleCov to test simple document insertion on a CouchDB instance. +Uses RSpec and SimpleCov to test simple document insertion on a CouchDB instance to test pr. diff --git a/shippable.yml b/shippable.yml index a89cc1a..b7b5332 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,7 +2,9 @@ language: ruby rvm: - 2.2.0 -# - 2.0.0 + #- 2.0.0 + - 1.9.2 + - ree #build_image: shippable/minv2:beta env: @@ -22,3 +24,10 @@ after_script: archive: true +matrix: + exclude: + - rvm: 1.9.2 + allow_failures: + - rvm: ree + include: + - rvm: 2.0.0