From 4a451e9e8a72bee2c15fef747127470296920f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Dahlgren?= Date: Sat, 18 Aug 2018 03:05:16 +0200 Subject: [PATCH] Use more NodeJS versions while building with Travis CI --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index f9902bc..605a97d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ branches: only: - master node_js: + - "10" + - "9" + - "8" - "7" - "6" - "5"