From 26d2a4f053fcf0a4a42a20f87ecc6da5111e3bad Mon Sep 17 00:00:00 2001 From: tngan Date: Sat, 4 Nov 2017 10:41:45 +0800 Subject: [PATCH] Remove support v7 and support v9 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a3923d0..5ed27dca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: node_js node_js: - "4" - "6" - - "7" - "8" + - "9" branches: only: - master