Skip to content

Commit 6d78e9f

Browse files
committed
Use -osx for OS X binary.
1 parent aa77f03 commit 6d78e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go:
44
env:
55
- MY_GOOS=linux MY_GOARCH=amd64 EXTENSION=
66
- MY_GOOS=windows MY_GOARCH=amd64 EXTENSION=.exe
7-
- MY_GOOS=darwin MY_GOARCH=amd64 EXTENSION=.bin
7+
- MY_GOOS=darwin MY_GOARCH=amd64 EXTENSION=-osx
88
before_install:
99
- export GOOS="${MY_GOOS}"
1010
- export GOARCH="${MY_GOARCH}"

0 commit comments

Comments
 (0)