Skip to content

Commit

Permalink
Add Slack notifications to Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Dec 25, 2019
1 parent c9d091c commit 31351e9
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
language: ruby
rvm:
- 2.5
- 2.5
script:
- make -B _site
- if ! make test; then make test-warning; exit 16; fi
- make -B _site
- if ! make test; then make test-warning; exit 16; fi
cache: bundler
notifications:
slack:
if: branch = master OR branch =~ ^.*slack.*$
rooms:
- secure: FN4trzyyUdtZ6DXj4G3A7YnhqkPyqi8jN9BIdA6S6D2eJEH1gPbZUfbqAW87LKckKZ9iYB5KDF5IuELhR3vv1DeHRqm3MKRU91JVBDT7EXbF86Z1J/JMJxNOcoWdCilcgpnm9NCkMAPFC9h6Y3txYhaLWLsnDaWlvehBsJg+Ql4=
on_success: change
on_failure: always

0 comments on commit 31351e9

Please sign in to comment.