From 170ba3b8a01a6740a548263d0a61a82191cdf9ed Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Tue, 8 Aug 2017 12:28:47 -0700 Subject: [PATCH] chore: update the travis rules --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e57af4a..86e4dd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,13 @@ node_js: - "stable" - "6" +cache: + directories: + - node_modules + notifications: email: false -before_script: npm install - after_success: npm run coverage branches: