From 5c667a125ab311933aa00ea24c3376ac951e11e2 Mon Sep 17 00:00:00 2001 From: zhangbin Date: Fri, 9 Nov 2018 12:54:23 +0800 Subject: [PATCH] ci: test node version >=8. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3dcc4ed..327080c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ node_js: - '10' - '9' - '8' - - '6' after_success: - npm run travis-deploy-once "npm run semantic-release" branches: