sudo: required addons: chrome: stable language: node_js env: - SENDCOVERALLS=1 node_js: - "node" install: - npm install script: - npm test - npm run-script build