Skip to content

Commit

Permalink
Fix Postgres database name given to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmalone committed Aug 9, 2018
1 parent 9394d82 commit 949b91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ node_js: 10.8.0
env:
global:
- DATABASE_USER: postgres # Default user as per Travis docs.
- DATABASE_NAME: travis_ci_test
- DATABASE_NAME: plusplus_tests
- DATABASE_URL: postgres://$DATABASE_USER@localhost:5432/$DATABASE_NAME

services:
Expand Down

0 comments on commit 949b91b

Please sign in to comment.