From c8244d4f1b2d80e0991e36f76c79f2e76b2a0c4e Mon Sep 17 00:00:00 2001 From: Uni Sayo Date: Thu, 20 Aug 2020 09:58:46 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b4bad88..2350d36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,6 @@ addons: before_script: - psql -c 'create user lazy_test_user with password '"'lazy_test_pw'"';' -U postgres - psql -c 'create database lazy_test owner lazy_test_user;' -U postgres + - psql -c 'create database lazy_test_pool owner lazy_test_user;' -U postgres script: "NODE_ENV=travis && npm run test" -after_script: "npm install coveralls && npm run coverage" \ No newline at end of file +after_script: "npm install coveralls && npm run coverage"