We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e75b0 commit 7b131d7Copy full SHA for 7b131d7
.travis.yml
@@ -26,8 +26,8 @@ env:
26
- ODBC_SYS_STATIC_PATH=/usr/lib/x86_64-linux-gnu/
27
- POSTGRES_SERVER=localhost
28
- POSTGRES_PORT=5432
29
- - POSTGRES_USERNAME=postgres
30
- - POSTGRES_PASSWORD=postgres
+ - POSTGRES_USERNAME=travis
+ - POSTGRES_PASSWORD=travis
31
- RUST_BACKTRACE=1
32
- POSTGRES_DRIVER=/usr/lib/x86_64-linux-gnu/odbc/psqlodbca.so
33
- SQLITE_DRIVER=/usr/lib/x86_64-linux-gnu/odbc/libsqlite3odbc.so
0 commit comments