From 7fbc4fd66a636e94f95f42a82002a58e743b0b30 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 20 Oct 2020 17:34:14 +0700 Subject: [PATCH] Test against Node.js 12 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2bde09e..2ad0f07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - '8' + - '12' script: npm test after_success: npm run coverage notifications: