We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2be8a7 + ceb89aa commit aa77f03Copy full SHA for aa77f03
.travis.yml
@@ -4,6 +4,7 @@ go:
4
env:
5
- MY_GOOS=linux MY_GOARCH=amd64 EXTENSION=
6
- MY_GOOS=windows MY_GOARCH=amd64 EXTENSION=.exe
7
+- MY_GOOS=darwin MY_GOARCH=amd64 EXTENSION=.bin
8
before_install:
9
- export GOOS="${MY_GOOS}"
10
- export GOARCH="${MY_GOARCH}"
0 commit comments