language: node_js node_js: - "0.10" - "4" - "5" - "6" # Use faster Docker architecture on Travis. sudo: false script: "npm test && npm run coveralls"