]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/commit - .travis.yml
travis: Use encrypted token for slack notifications
authorPaul Bonaud <paul.bonaud@fretlink.com>
Mon, 5 Oct 2020 16:34:59 +0000 (18:34 +0200)
committerPaul Bonaud <paul.bonaud@fretlink.com>
Mon, 5 Oct 2020 16:35:41 +0000 (18:35 +0200)
commitc8f710598541bc594896c962691173c7f2281c58
tree5bdd8a3d10670d0a0fa3d5b9ccad8ba4fe218250
parent258e0097c2bd26bd07887c9a27dc7d0548a03419
travis: Use encrypted token for slack notifications

This commit adds a notification on slack for travis builds. The token
is encrypted using the repository key with the `travis` CLI:

```
travis encrypt "<user>:<token>" --add notifications.slack.rooms
```

cf documentation
https://docs.travis-ci.com/user/notifications/#configuring-slack-notifications
.travis.yml