From 626440523da44822cf46b073d19ec293be5b3797 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 22 Sep 2019 14:17:36 +0300 Subject: [PATCH] chore(travis) rm node 8 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2e3efa98..082ce8ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: node_js node_js: - 12 - 10 - - 8 cache: npm: false @@ -34,7 +33,7 @@ deploy: script: npm run docker-ci skip_cleanup: true on: - node: '8' + node: '10' condition: $TRAVIS_OS_NAME = linux tags: true all_branches: false