From 718169fb8639fc36b371b2f4dc19ee364409996c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 12 Jul 2018 08:30:10 -0700 Subject: [PATCH] use current and LTS Node.js in CI (#381) Update `.travis.yml` to use latest Node.js and an LTS release for testing. Currently, Node.js 4.x is hard-coded. Node.js 4.x is currently unsupported by the Node.js project. There will be no more 4.x releases. Any security vulnerabilities or other bugs currently in 4.x will be there forever. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d16aa785..3e26b718 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: node_js -node_js: "4" +node_js: + - "node" + - "lts/*" before_script: - export DISPLAY=:99.0