]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11561 from DanielRuf/ci/test-nodejs-6-8-10-stable for v6.5.0
authorDaniel Ruf <daniel.ruf@ueberbit.de>
Mon, 29 Oct 2018 23:30:21 +0000 (00:30 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Mon, 29 Oct 2018 23:30:21 +0000 (00:30 +0100)
cb38e03cf ci: test Node.js 6, 8, 10 and stable

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
.travis.yml

index 91cff57da1acb7d213ef8c8efdbae609e7bd626d..f054c03606ab5d1f3417344e95078a831b88d55a 100644 (file)
@@ -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