File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,12 @@ jobs:
45
45
- psqlodbc
46
46
- sqliteodbc
47
47
- postgresql
48
- env : SQLITE_DRIVER=/usr/local/opt/sqliteodbc/lib/libsqlite3odbc.dylib POSTGRES_DRIVER=/usr/local/opt/psqlodbc/lib/sqlodbca .so HOMEBREW_NO_INSTALL_CLEANUP=1
48
+ env : SQLITE_DRIVER=/usr/local/opt/sqliteodbc/lib/libsqlite3odbc.dylib POSTGRES_DRIVER=/usr/local/opt/psqlodbc/lib/psqlodbca .so HOMEBREW_NO_INSTALL_CLEANUP=1
49
49
before_script :
50
50
- pg_ctl -D /usr/local/var/postgres start
51
51
- psql postgres -c "CREATE USER foo WITH PASSWORD 'bar';"
52
52
- createdb -O foo foo
53
53
script :
54
- - brew --prefix psqlodbc
55
- - brew --prefix sqliteodbc
56
- - find /usr/local/opt/
57
54
- cargo test -- --nocapture || travis_terminate 1
58
55
- cargo build --release || travis_terminate 1
59
56
- strip target/release/wait_for_db || travis_terminate 1
You can’t perform that action at this time.
0 commit comments