From b334c80a6fc48a0edd166e8050776ebcd60c19c6 Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Fri, 12 Feb 2021 13:14:24 +0000 Subject: [PATCH] Stop running CI on node 8 Closes #38 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8976c0e..dccac20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,5 @@ notifications: email: false node_js: - "10" - - "8" script: - npm run report-coverage