Skip to content

Commit 7b131d7

Browse files
committed
Try using travis user for postgres
1 parent d5e75b0 commit 7b131d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ env:
2626
- ODBC_SYS_STATIC_PATH=/usr/lib/x86_64-linux-gnu/
2727
- POSTGRES_SERVER=localhost
2828
- POSTGRES_PORT=5432
29-
- POSTGRES_USERNAME=postgres
30-
- POSTGRES_PASSWORD=postgres
29+
- POSTGRES_USERNAME=travis
30+
- POSTGRES_PASSWORD=travis
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)