From a790e7a5362a45388fb74f3156186f57d04fb4a2 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Tue, 25 May 2021 14:23:53 -0700 Subject: [PATCH] build: only run CI on reasonable versions of node --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6f637f7..6b67c3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,11 @@ cache: notifications: email: false node_js: + - '14' + - '12' - '10' - '9' - '8' - - '6' - - '4' - - '0.12' - - '0.10' after_success: - npm run travis-deploy-once "npm run semantic-release" branches: