From b6f406e1c1a64fa04f44b7f83d75e4fece32a418 Mon Sep 17 00:00:00 2001 From: Saibamen Date: Sun, 27 Oct 2019 14:56:02 +0100 Subject: [PATCH] chore: add test configs for nodejs 8-12 (#1181) --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6c69d39ac..f6daa49eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ sudo: false language: node_js node_js: - stable + - 12 + - 11 + - 10 + - 9 - 8 notifications: email: false