language: node_js node_js: - "5.2.0" # command to install dependencies install: "npm install" # command to run tests script: "npm test"