From d33f70eec3013abedec641aa952aadf799c715ce Mon Sep 17 00:00:00 2001 From: James Forrester Date: Tue, 21 Aug 2018 15:55:29 -0700 Subject: [PATCH] chore(travis): update Node versions tested Synchronise with Karma itself, but retaining `stable` for now. This should unbreak the repository so that other patches can be merged; right now, the master branch fails Travis CI tests, due these EOLed build targets. Closes #260. --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e305e8d..4dda13f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ sudo: false language: node_js node_js: + - 6 + - 8 + - 10 - stable - - 5 - - 4 - - "0.12" - - "0.10" # Make sure we have new NPM. before_install: