From 32793efa372caedf6d1f330cd3ac2b17c79493e8 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 24 Oct 2019 00:10:54 +0100 Subject: [PATCH] travis: update for Node.js 12 and 13 Add latest current and LTS. Drop Node.js 11. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb17c48..91e55ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: node_js node_js: - "8" - "10" - - "11" + - "12" + - "13" cache: npm script: 'npm run test-ci' after_script: 'bash <(curl -s https://codecov.io/bash)'