We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a Travis CI job that checks if the driver compiles on all platforms supported by Go.
See https://gist.github.com/shogo82148/a7a61b7a1652bff07fc0dfd07ceb2122
The text was updated successfully, but these errors were encountered:
travis: Add compile check for all supported platforms (#1070)
681ffa8
Implements a Travis CI task that checks if the driver compiles on all platforms supported by Go. Fixes #1050
travis: Add compile check for all supported platforms (go-sql-driver#…
e580c7f
…1070) Implements a Travis CI task that checks if the driver compiles on all platforms supported by Go. Fixes go-sql-driver#1050
99589c5
Successfully merging a pull request may close this issue.
Issue description
Implement a Travis CI job that checks if the driver compiles on all platforms supported by Go.
Example code
See https://gist.github.com/shogo82148/a7a61b7a1652bff07fc0dfd07ceb2122
The text was updated successfully, but these errors were encountered: