diff options
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 31080ba..19d5acf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,6 @@ script: "bundle exec rake test" # Specify the recipients for email notification notifications: + disabled: false recipients: - flori@ping.de - -# Disable email notifications -notifications: - disabled: false |