Skip to content

Commit

Permalink
.travis.yml: Enable travis-buddy
Browse files Browse the repository at this point in the history
Related to coala/meta#114
  • Loading branch information
manankalra committed May 3, 2018
1 parent dddc9fd commit d05f4ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ language: node_js
script:
- script/build.sh

notifications:
email: false
webhooks: https://www.travisbuddy.com/
on_success: never

# Remove /dist/ from .gitignore
before_deploy:
- sed -i '/\/dist\//d' ./.gitignore
Expand Down

0 comments on commit d05f4ff

Please sign in to comment.