From 1a51e0b261a09a62ed0708d6813ce153627d4278 Mon Sep 17 00:00:00 2001 From: Harrison Harnisch Date: Wed, 25 Oct 2017 18:14:02 -0500 Subject: [PATCH] use yarn and don't send emails :D --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 70fef516..c44cba30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: node_js node_js: - - "7" - - "6" + - "8" +cache: yarn notifications: - slack: buffer:1BH6SijgzfGrsX3b2I8PHyET - on_success: never - on_failure: always + email: false