From: Daniel Ruf Date: Mon, 15 Oct 2018 18:49:44 +0000 (+0200) Subject: tests: use Node.js 6, 8 and 10 X-Git-Tag: v6.6.0~3^2~57^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82734934d;p=thirdparty%2Ffoundation%2Ffoundation-sites.git tests: use Node.js 6, 8 and 10 --- diff --git a/.travis.yml b/.travis.yml index b84572aed..c73b2525e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ os: - osx node_js: - - lts/boron - - lts/carbon - - stable + - 6 + - 8 + - 10 env: - ZF_TRAVIS_COMMAND=test:javascript:units @@ -16,13 +16,13 @@ env: matrix: include: - os: windows - node_js: stable + node_js: 10 env: ZF_TRAVIS_COMMAND=test:javascript:browserstack - os: linux - node_js: stable + node_js: 10 env: ZF_TRAVIS_COMMAND=test:javascript:browserstack - os: osx - node_js: stable + node_js: 10 env: ZF_TRAVIS_COMMAND=test:javascript:browserstack before_install: npm install -g npm@latest