From 9109d327c33129f132ab9badcac3ded717dd2743 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Tue, 25 Jul 2017 13:29:56 -0500 Subject: [PATCH] postgres database --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a6561a..ab81996 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ install: - export PATH=$HOME/.local/bin:$PATH - travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' - stack --version - - echo "CREATE USER esqutest WITH PASSWORD 'esqutest';" | psql + - echo "CREATE USER esqutest WITH PASSWORD 'esqutest';" | psql postgres - createdb -O esqutest esqutest script: