Merge pull request #11146 from hashicorp/b-make-windows

Build for Windows in Travis
pull/11149/head
Clint 9 years ago committed by GitHub
commit 553dc74a88

@ -11,6 +11,7 @@ install:
- bash scripts/gogetcookie.sh
script:
- make test vet
- GOOS=windows go build
branches:
only:
- master

Loading…
Cancel
Save