gaf-ng-notifications
Version:
20 lines • 435 B
YAML
sudo: false
language: node_js
notifications:
hipchat: c719b4a161975a4c0c5a2903398b46@2682093
email:
recipients:
- all.valkyrie@meltwater.com
on_success: change
on_failure: always
node_js:
- "6"
before_install:
- npm i -g npm@^5.3.0
- npm cache clean --force
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
script:
- npm run build
- npm test
after_success:
- npm run semantic-release