Skip to content

Commit

Permalink
CGO_ENABLED=0 for alpine linux
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansteele authored Feb 27, 2018
1 parent 5ed48dc commit cab5e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
script: ls

after_success:
- gox -arch="amd64" -os="windows linux darwin"
- CGO_ENABLED=0 gox -arch="amd64" -os="windows linux darwin"
- upx-3.94-amd64_linux/upx stackit_*
- ls -lh

Expand Down

0 comments on commit cab5e3e

Please sign in to comment.