Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Commit

Permalink
fix notifications travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Verstraeten committed Mar 13, 2018
1 parent c4a5bec commit 6d5a785
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,19 @@ before_install:
- sudo apt-get install x264 v4l-utils
script: mkdir build && cd build && cmake .. && make && make check && sudo make install
notifications:
recipients:
- hello@cedric.ws
email:
recipients:
- cedric@verstraeten.io
on_success: always
on_failure: always
irc:
channels:
- chat.freenode.net#kerberos.io
on_success: always
on_failure: always
irc: chat.freenode.net#kerberos.io
slack:
rooms:
secure: al5feIEwM2uhvRtvhoYpr3+lwzyQcAqAMWuGR4TTVq/11J0EcSDMpGskmgFsrIsOC+9BxxplxmGWSWMaKEbWzLT9RcUw6PsKOhUjtuoWz1RA1NwoJ/KNAnTJaxvVnoIhtNNqhnMvhhgofkFVAH+n/qg4n2kq5zpnSfeU3XJaWvc=
secure: pBC48TUzwFhXs2maG9a+Sd0+P3OBAS0vXi4xSraIrk0IBJCQjwH+yu3/RFT0nzCrltWuLr6e+iGtnBAl8P3QuijaNaBNJly5m1LI+Z4iGH2KzUdX/2wBOP+ALsv+mXnM3ORguBwcrMDpXMaH7UDcVQARoPxvK35Opr1RKPuQtLo=
on_success: always
on_failure: always
after_success:
Expand Down

0 comments on commit 6d5a785

Please sign in to comment.