From 4ddced519b11be2d34832b22940f9f98a0e5075a Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Tue, 27 Aug 2019 22:02:38 +0200 Subject: [PATCH] fix: only build with node v10 for now --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2618cfd04f..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 @@ -20,7 +19,7 @@ notifications: slack: secure: MroremSKwtQkwPbrXjgs9hIqKTCDKk7bAIXXzjcS6wXC9uRaFgwFaW8oO3vBxtWa4BL44EQBLE/rboWgqFER62+XgXNgEqGZqrcJHJvby4r+dUNMPI64OZvWdIiydIYxLo8C1C4x5PqBup0xuLq8h/SBnNvA2NLgkjuvzOi+v/Q= addons: - postgresql: '9.4' + postgresql: '9.6' cache: yarn: true deploy: