We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f95ea commit 757ebe5Copy full SHA for 757ebe5
1 file changed
.travis.yml
@@ -22,6 +22,7 @@ install:
22
- go get -u github.com/kisielk/errcheck
23
24
script:
25
+ - CGO_ENABLED=0 go build -v .
26
- go test -v ./...
27
- bash test-integration/postgres.sh
28
- bash test-integration/mysql.sh
0 commit comments