Skip to content

Commit

Permalink
build(Notifications): Added some slack messages to the notificaitons …
Browse files Browse the repository at this point in the history
…of the travis build.
  • Loading branch information
simplyspoke committed Apr 9, 2018
1 parent 7078729 commit 5080fef
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,16 @@ notifications:
node_js:
- '8.10.0'
script:
- npm run test:prod && npm run build
- npm run test:prod
- npm run test:integration
- npm run build
after_success:
- npm run report-coverage
- npm run deploy-docs
# - npm run semantic-release
notifications:
slack:
rooms:
- $SLACK_ACCOUNT:$SLACK_TOKEN#node-harvest
on_success: change # default: always
on_failure: always # default: always

0 comments on commit 5080fef

Please sign in to comment.