Skip to content

Commit e989cd2

Browse files
committed
Don't use default Postgres server so test fails without server config
1 parent a16fced commit e989cd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ env:
3030
global:
3131
- ODBC_SYS_STATIC_PATH=/usr/lib/x86_64-linux-gnu/
3232
- POSTGRES_SERVER=localhost
33-
- POSTGRES_PORT=5432
33+
- POSTGRES_PORT=5433
3434
- POSTGRES_USERNAME=foo
3535
- POSTGRES_PASSWORD=bar
36+
- PGPORT=5433
3637
- RUST_BACKTRACE=1
3738
- POSTGRES_DRIVER=/usr/lib/x86_64-linux-gnu/odbc/psqlodbca.so
3839
- SQLITE_DRIVER=/usr/lib/x86_64-linux-gnu/odbc/libsqlite3odbc.so

0 commit comments

Comments
 (0)