Simply add this to the .travis.yml right above the before_script section:
notifications:
slack: feathersjs:T4tvpJFt27wJZABjLSg5OqMv
email: false
Note: technically these tokens are semi-secret so we should probably generate a new one and encrypt as Travis recommends so that our channel can't be spammed. https://docs.travis-ci.com/user/notifications#Slack-notifications
Repos
Simply add this to the
.travis.ymlright above thebefore_scriptsection:Note: technically these tokens are semi-secret so we should probably generate a new one and encrypt as Travis recommends so that our channel can't be spammed. https://docs.travis-ci.com/user/notifications#Slack-notifications
Repos