From 78eb820ec5464fc4ebc37669dfcd30b281460324 Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Wed, 26 Jun 2019 21:37:26 +0200 Subject: [PATCH] Run tests on Node.js 8 as well Also tried with Node.js 10 and 12, but some CLI tests explodes so awaiting a fix for that before adding those versions explicitly. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 533b8c962..59b74fb6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ node_js: - 0.12 - 4 - 6 + - 8 script: - npm test - "test $TRAVIS_PULL_REQUEST != 'false' || test $TRAVIS_NODE_VERSION != '6' || npm run test-browser"