From c73b5fc06af81633092721d2feae04645b5f3ce3 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Sat, 4 Apr 2020 11:23:13 +0200 Subject: [PATCH] Lint on node.js 12 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fe65a38..a10186b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ node_js: matrix: include: - name: Lint - node_js: '8' + node_js: '12' env: - TARGET=lint - name: Coverage