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 2e65dab commit 502565eCopy full SHA for 502565e
.travis.yml
@@ -29,7 +29,7 @@ matrix:
29
- curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
30
- curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | sudo tee /etc/apt/sources.list.d/mssql-release.list
31
- sudo apt-get update
32
- - sudo ACCEPT_EULA=Y apt-get install msodbcsql17
+ - sudo ACCEPT_EULA=Y apt-get install -y msodbcsql17 g++ unixodbc-dev
33
env:
34
- *mssql
35
0 commit comments