language: node_js node_js: - 'node' - '7' - '6' - '5' install: - npm install script: - npm test