language: node_js

node_js:
  - "5"

services:
  - redis-server

before_script:
  - npm install -g mocha

script:
  - npm test
  - npm run nyc
