Skip to content

Commit

Permalink
Allow build failures for CouchDB; its support will likely be removed …
Browse files Browse the repository at this point in the history
…in the future
  • Loading branch information
wilkinson committed Jan 8, 2015
1 parent 93c62e1 commit dc5acc3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
#- .travis.yml ~~
#
# These instructions run QMachine's tests 11 times -- 2 versions of Node.js
# against 5 databases each, plus Ruby against Mongo.
# against 5 databases each, plus Ruby against Mongo. CouchDB support is
# probably going to be removed soon, so its failures are allowed (and, at
# this point, somewhat expected ...).
#
# ~~ (c) SRW, 15 Jul 2013
# ~~ last updated 29 Dec 2014
# ~~ last updated 08 Jan 2015

before_install:
- npm install -g npm@latest
Expand All @@ -30,6 +32,8 @@ env:
language: node_js

matrix:
allow_failures:
- db=couch
include:
- node_js: '0.10'
env: backend=ruby-app db=mongo
Expand Down

0 comments on commit dc5acc3

Please sign in to comment.