From: Daniel Ruf Date: Thu, 25 Oct 2018 06:04:09 +0000 (+0200) Subject: ci: test Node.js 6, 8, 10 and stable X-Git-Tag: v6.6.0~3^2~74^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb38e03cf;p=thirdparty%2Ffoundation%2Ffoundation-sites.git ci: test Node.js 6, 8, 10 and stable --- diff --git a/.travis.yml b/.travis.yml index 91cff57da..f054c0360 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,11 @@ language: node_js matrix: include: - - node_js: "lts/boron" + - node_js: "6" env: ZF_TRAVIS_COMMAND=test - - node_js: "lts/carbon" + - node_js: "8" + env: ZF_TRAVIS_COMMAND=test + - node_js: "10" env: ZF_TRAVIS_COMMAND=test - node_js: "stable" env: ZF_TRAVIS_COMMAND=test