Do not notify on successful builds

This commit is contained in:
Brandur 2015-09-30 13:17:11 -07:00
parent 0813a1fd45
commit 1ae6ab48a6

View File

@ -20,6 +20,7 @@ matrix:
gemfile: gemfiles/yajl.gemfile gemfile: gemfiles/yajl.gemfile
notifications: notifications:
email: false email:
on_success: never
sudo: false sudo: false