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 baa0035 commit e15a99aCopy full SHA for e15a99a
.travis.yml
@@ -45,6 +45,7 @@ jobs:
45
- psqlodbc
46
- sqliteodbc
47
- postgresql
48
+ update: true # Workaround for bundle issue https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296/13
49
env: SQLITE_DRIVER=/usr/local/opt/sqliteodbc/lib/libsqlite3odbc.dylib POSTGRES_DRIVER=/usr/local/opt/psqlodbc/lib/psqlodbca.so HOMEBREW_NO_INSTALL_CLEANUP=1
50
before_script:
51
- pg_ctl -D /usr/local/var/postgres start
0 commit comments