diff --git a/.travis.yml b/.travis.yml index 19c1aa903..fbd6d7401 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ sudo: required -dist: trusty addons: chrome: stable language: node_js @@ -29,3 +28,5 @@ cache: directories: - node_modules - vendor/bundle +notifications: + email: false