diff --git a/.travis.yml b/.travis.yml index cdd298fcd..d26156f0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - bash scripts/gogetcookie.sh script: - make test vet -- XC_OS=windows make bin +- GOOS=windows go build branches: only: - master