language: node_js node_js: - "stable" - "6.9.2" - "4.0.0" - "0.12" install: - npm install script: - npm test