diff --git a/.travis.yml b/.travis.yml index 6fc098476..b2e8f8b17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,5 @@ before_script: script: "bundle exec rake travis" env: "TRAVIS=true" +notifications: + disable: true