Skip to content

Commit

Permalink
feat: disable CGO to be able to run on AlpineLinux too (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
patschi authored and mxschmitt committed May 25, 2019
1 parent 4f16b1d commit 57e1bb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ go:
env:
global:
- GO111MODULE=on
- CGO_ENABLED=0

before_deploy:
# Create binaries for many OSs and architures as tarballs.
Expand Down

0 comments on commit 57e1bb1

Please sign in to comment.