Skip to content

Commit 8676f93

Browse files
committed
Add "foo" database to avoid issues with test user
1 parent 96db768 commit 8676f93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ addons:
1818

1919
before_script:
2020
- sudo -u postgres psql -c "CREATE USER foo WITH PASSWORD 'bar';" -U postgres
21+
- sudo -u postgres createdb -O foo foo
2122

2223
script:
2324
- cargo test -- --nocapture || travis_terminate 1

0 commit comments

Comments
 (0)