fixing error in travis build file.

This commit is contained in:
Dan Funk 2020-09-17 11:36:56 -04:00
parent 7978a2aa7e
commit e7b118a0f1

View File

@ -13,7 +13,7 @@ addons:
organization: "sartography"
before_install:
- psql -c 'create database communicator-test;' -U postgres
- psql -c 'create database communicator_test;' -U postgres
install:
- pipenv install --dev