Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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.

11 changes: 10 additions & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -22,3 +24,10 @@ after_script:

archive: true

matrix:
exclude:
- rvm: 1.9.2
allow_failures:
- rvm: ree
include:
- rvm: 2.0.0