diff --git a/.travis.yml b/.travis.yml index da862775..0c608e75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,3 @@ script: ./.github/ci_build sudo: false # route your build to the container-based infrastructure for a faster build cache: bundler # caching bundler gem packages will speed up build - -# Optional: disable email notifications about the outcome of your builds -notifications: - email: false