Skip to content

Commit b01bd01

Browse files
committed
Add Travis build config
1 parent c9167fd commit b01bd01

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: go
2+
go:
3+
- stable
4+
env:
5+
- GIMME_OS=linux GIMME_ARCH=amd64 GO111MODULE=on
6+
- GIMME_OS=darwin GIMME_ARCH=amd64 GO111MODULE=on
7+
- GIMME_OS=windows GIMME_ARCH=amd64 GO111MODULE=on

0 commit comments

Comments
 (0)