diff --git a/.travis.yml b/.travis.yml index a4393b8..c5ee615 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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