From 786d6ac4d52913b71280b3c737e98d1dba68f87f Mon Sep 17 00:00:00 2001 From: Daniel Wippermann Date: Sat, 10 Feb 2018 14:29:38 +0100 Subject: [PATCH] Extend Travis to run tests on Node 6, 8, the latest LTS and stable. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index c6cf644e..166ac88b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: node_js sudo: false node_js: + - '6' + - '8' + - 'lts/*' - 'stable' after_script: - npm run coveralls