From 7a54718830689d711c7eccddfa3a4f6041e14be0 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Tue, 22 May 2018 21:08:42 -0400 Subject: [PATCH] Go back to testing Node v4 + stable Since we can still support it, we should test it. And, there's no need to test intermediate versions. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d8d042f..f922747 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ language: node_js node_js: - - 6 - - 8 - - 9 - - 10 + - 4 - stable env: - CHAI_VERSION=^4.0.0 SINON_VERSION=^5.0.0