From 93e3b1bd45eb58def47387465e7d7974ff93ab23 Mon Sep 17 00:00:00 2001 From: Michiel De Mey Date: Tue, 12 Feb 2019 17:10:01 +0100 Subject: [PATCH 1/2] Run CI tests on Node 11 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c6f4576..ea24ed2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ node_js: - "lts/boron" - "8" - "10" + - "11" env: - TRAVIS_CI=true CC=clang CXX=clang++ npm_config_clang=1 PGUSER=postgres PGDATABASE=postgres From f5b65eb856b1862213d6aed768703a855d3a1654 Mon Sep 17 00:00:00 2001 From: Michiel De Mey Date: Mon, 17 Jun 2019 16:43:18 +0200 Subject: [PATCH 2/2] Latest Node is now 12 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ea24ed2..d3bbe38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ node_js: - "lts/boron" - "8" - "10" - - "11" + - "12" env: - TRAVIS_CI=true CC=clang CXX=clang++ npm_config_clang=1 PGUSER=postgres PGDATABASE=postgres