blob: bb6085f23942490c307d2c31b0795aa32f78445e [file] [log] [blame]
language: "node_js"
env: NANO_ENV=testing
branches:
only:
- master
node_js:
- "0.8"
- "0.10"
- "0.11"
services:
- couchdb
script: "npm test && npm run nock_off"