language: node_js sudo: false node_js: - "0.11" - "0.12" - "iojs-v1" - "iojs-v2" - "iojs-v3" - "4" script: - npm run test - npm run test-cov