language: node_js
node_js:
  - '0.11'
script: make test-coveralls
install:
  - 'make install'
services:
  - redis-server
