From 0e636356bd9ad364a9644a3597091abd6fe45c18 Mon Sep 17 00:00:00 2001 From: Francisco Baio Dias Date: Mon, 12 Mar 2018 23:42:20 +0100 Subject: [PATCH] chore: remove support for node 4 and 6 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0a00ecb..ae04d6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,6 @@ notifications: node_js: - '9' - '8' - - '6' - - '4' after_success: - npm run travis-deploy-once "npm run semantic-release" branches: