Skip to content

Commit

Permalink
The security fix seems to break cgo-builds in macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinaldo de Souza Junior committed Feb 8, 2018
1 parent cbab481 commit 4db6921
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ matrix:
include:
- go: 1.8.7
os: osx
env: CGO_CFLAGS_ALLOW="-Wl,-framework"
- go: 1.9.4
os: osx
env: CGO_CFLAGS_ALLOW="-Wl,-framework"
- go: 1.7.6
env: RELEASE=true
os: linux
Expand Down

0 comments on commit 4db6921

Please sign in to comment.