language: node_js node_js: - "12" - "11" - "10" - "9" - "8" - "7" - "6" - "5" - "4" - "0.12" - "0.11" - "0.10" script: - npm install - npm test