From a6772e4a308e9881a69dddcffb9a761c15387ea7 Mon Sep 17 00:00:00 2001 From: Jannick Garthen Date: Tue, 12 Mar 2019 10:35:48 +0100 Subject: [PATCH] chore(*): run tests in node v8 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fb34b36..b946e2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ matrix: include: - node_js: "11" - node_js: "10" + - node_js: "8" script: "npm test"