From b2b933c1819aeb607eb08ade11fe63fb715b4c00 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 13 Oct 2018 13:29:20 +0300 Subject: [PATCH] Update Travis config. * remove `dist: trusty` since it's the default * disable email notifications --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 19c1aa903c..fbd6d7401a 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