Skip to content

Commit aa77f03

Browse files
authored
Merge pull request #9 from CoScale/macos
Add darwin to Travis configuration.
2 parents e2be8a7 + ceb89aa commit aa77f03

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)