diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-07-19 14:27:31 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-07-19 14:27:31 -0700 |
commit | f8b198e80bdc69aa31521cdf4a414ffc241570d5 (patch) | |
tree | 02b2f2a29234b1a623322a6f8179c5a86fae2fe9 /.travis.yml | |
parent | dec2fbda0e1b8e9b9e7fe7a35aef1156b5afc04f (diff) | |
download | chef-f8b198e80bdc69aa31521cdf4a414ffc241570d5.tar.gz |
Remove travis notifications
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 62c1613090..d1c7aa4ffb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -225,9 +225,3 @@ matrix: - cat /tmp/out.txt - sudo cat /var/log/squid3/cache.log - sudo cat /var/log/squid3/access.log - -notifications: - on_change: true - on_failure: true - on_success: change - on_pull_requests: false |