From d7165e02d31aa8c7c6d040f7b94018da407eb42f Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Tue, 27 Aug 2019 22:36:43 +0200 Subject: [PATCH] fix: build on node 10 and 12 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4a8016c5ce..d19610d506 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ sudo: false language: node_js node_js: - '10' + - '12' env: matrix: - DATABASE_URL=postgres://postgres@localhost:5432/unleash_test TEST_DATABASE_URL=postgres://postgres@localhost:5432/unleash_test