Skip to content

Commit 25bfcff

Browse files
committed
Add postgres password
1 parent 77a1a03 commit 25bfcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
- POSTGRES_SERVER=localhost
2828
- POSTGRES_PORT=5432
2929
- POSTGRES_USERNAME=postgres
30-
- POSTGRES_PASSWORD=
30+
- POSTGRES_PASSWORD=postgres
3131
- RUST_BACKTRACE=1
3232
- POSTGRES_DRIVER=/usr/lib/x86_64-linux-gnu/odbc/psqlodbca.so
3333
- SQLITE_DRIVER=/usr/lib/x86_64-linux-gnu/odbc/libsqlite3odbc.so

0 commit comments

Comments
 (0)