From 825af5081ec7751a99b9ecfa55885003e008b1a7 Mon Sep 17 00:00:00 2001 From: piglovesyou Date: Mon, 6 May 2019 13:05:56 +0900 Subject: [PATCH] ignore Node12 build * Sqlite3 is still working on supporting Node12 https://github.com/mapbox/node-sqlite3/issues/1151 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 743316249..7b4904f5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - 'stable' +# - 'stable' - '10' - '8' env: