From 1afa8b88c9bf443d31814d4e69a65555a9414b94 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Wed, 23 Sep 2020 12:11:16 +0200 Subject: [PATCH] travis: Re-enable the postgres configuration again --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e5376942b..6fdf5d1b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,7 @@ env: # Various other configurations - VALGRIND=0 ARCH=64 DEVELOPER=1 NETWORK=liquid-regtest - # FIXME: this fails almost all the time! -# - VALGRIND=0 ARCH=64 DEVELOPER=1 DB=postgres + - VALGRIND=0 ARCH=64 DEVELOPER=1 DB=postgres - VALGRIND=0 ARCH=arm32v7 DEVELOPER=1 TARGET_HOST=arm-linux-gnueabihf - VALGRIND=0 ARCH=arm64v8 DEVELOPER=1 TARGET_HOST=aarch64-linux-gnu cache: