From 8325cc5a8339bd787f2b47ca03a5a95e58e9263d Mon Sep 17 00:00:00 2001 From: DIYgod Date: Wed, 24 Oct 2018 15:00:50 +0800 Subject: [PATCH] change node version in travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6bab558f6..cc78e4ca8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js -node_js: stable +node_js: + - "lts/*" install: - yarn