sudo: required language: node_js node_js: - '4.2.2' before_script: - npm install -g grunt grunt-cli script: npm test after_script: - grunt coveralls