language: node_js sudo: false node_js: - "9.0" notifications: webhooks: urls: - https://webhooks.gitter.im/e/a1bd2daeb4dbbb93a491 on_success: always on_failure: always on_start: false before_install: - npm install -g grunt-cli - npm install -g bower install: - npm install - bower install before_script: - grunt sass - grunt coffee - grunt uglify script: - npm test