Skip to content

Commit 8a85d65

Browse files
committed
Check homebrew locations on Travis
1 parent df47f39 commit 8a85d65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
- psql postgres -c "CREATE USER foo WITH PASSWORD 'bar';"
5252
- createdb -O foo foo
5353
script:
54+
- brew --prefix psqlodbc
55+
- brew --prefix sqliteodbc
56+
- find /usr/local/opt/
5457
- cargo test -- --nocapture || travis_terminate 1
5558
- cargo build --release || travis_terminate 1
5659
- strip target/release/wait_for_db || travis_terminate 1

0 commit comments

Comments
 (0)