From a98ba18a46468df06a3d6672690059ef990f8543 Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Tue, 27 Aug 2019 22:50:32 +0200 Subject: [PATCH] Revert "fix: build on node 10 and 12" This reverts commit d7165e02d31aa8c7c6d040f7b94018da407eb42f. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d19610d506..4a8016c5ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ 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