From e2359957d6fb7c4b4dc759c4c76be7b71cee42d1 Mon Sep 17 00:00:00 2001 From: Gregor Date: Fri, 12 Jul 2019 12:30:12 -0700 Subject: [PATCH] ci(travis): drop Node 6, add Node 12 BREAKING CHANGE: Official support for Node 6 has been dropped --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 385d86ac..6cf50624 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ stages: jobs: include: - stage: test - node_js: 6 + node_js: 12 script: npm run test - node_js: 8 script: npm run test