Skip to content

Commit ceb89aa

Browse files
committed
Added to Travis configuration.
1 parent e2be8a7 commit ceb89aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +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
78
before_install:
89
- export GOOS="${MY_GOOS}"
910
- export GOARCH="${MY_GOARCH}"

0 commit comments

Comments
 (0)