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

Build for Windows in Travis
This commit is contained in:
Clint 2017-01-11 09:04:02 -06:00 committed by GitHub
commit 553dc74a88
1 changed files with 1 additions and 0 deletions

View File

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