Skip to content

Commit 757ebe5

Browse files
committed
Add CGO build check
1 parent 64f95ea commit 757ebe5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ install:
2222
- go get -u github.com/kisielk/errcheck
2323

2424
script:
25+
- CGO_ENABLED=0 go build -v .
2526
- go test -v ./...
2627
- bash test-integration/postgres.sh
2728
- bash test-integration/mysql.sh

0 commit comments

Comments
 (0)