Skip to content

Commit

Permalink
Mark all experimental Ruby storage definitions as allowed failures
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinson committed Feb 4, 2015
1 parent 8193b80 commit 82373f3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
# These instructions run QMachine's tests 14 times -- 2 versions of Node.js
# against 5 databases each, plus Ruby against 4 databases. CouchDB support is
# probably going to be removed soon, so its failures are allowed (and, at
# this point, somewhat expected ...). The Redis definitions for Ruby are also
# allowed to fail because I'm having trouble testing on my own machine right
# now, thanks to PhantomJS 2.0 ...
# this point, somewhat expected ...). Ruby databases other than MongoDB are
# also allowed to fail because they are considered experimental right now.
#
# ~~ (c) SRW, 15 Jul 2013
# ~~ last updated 03 Feb 2015
# ~~ last updated 04 Feb 2015

before_install:
- npm install -g npm@latest
Expand All @@ -36,7 +35,9 @@ language: node_js
matrix:
allow_failures:
- env: db=couch
- env: backend=ruby-app db=postgres
- env: backend=ruby-app db=redis
- env: backend=ruby-app db=sqlite
include:
- node_js: '0.10'
env: backend=ruby-app db=mongo
Expand Down

0 comments on commit 82373f3

Please sign in to comment.