From: Daniel Ruf Date: Fri, 2 Mar 2018 23:12:10 +0000 (+0100) Subject: tests: run tests on latest stable and LTS releases of Node.js X-Git-Tag: v6.6.0~3^2~288^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e2219f34;p=thirdparty%2Ffoundation%2Ffoundation-sites.git tests: run tests on latest stable and LTS releases of Node.js --- diff --git a/.travis.yml b/.travis.yml index 2250467d8..b857532ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,7 @@ language: node_js node_js: - - "6" - - "7" - - "8" - - "9" + - "lts/*" + - "stable" install: - npm install -g bower browserstack-runner - npm install