From b1a8f2367f7c774814d475e82c407c9bcf80d9a2 Mon Sep 17 00:00:00 2001 From: Pomax Date: Fri, 8 Jun 2018 10:16:48 -0700 Subject: [PATCH 1/2] Update the CI node versions to reflect current LTS Also removed the osx-specific retesting for Node "stable", which doesn't really add anything on top of the Node stable that already runs. --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7cf8e1ba..ce5143bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ language: node_js node_js: - stable + - "8" - "6" - - "4" -matrix: - include: - - os: osx - node_js: stable From c1839826749022f3641f3576c11979164ba6f171 Mon Sep 17 00:00:00 2001 From: Pomax Date: Sun, 29 Jul 2018 11:32:20 -0700 Subject: [PATCH 2/2] restore OSX matrix --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ce5143bb..7404a954 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,7 @@ node_js: - stable - "8" - "6" +matrix: + include: + - os: osx + node_js: stable