Cleanup travis.yml

This commit is contained in:
Miek Gieben 2015-02-18 09:27:35 +00:00
parent c7458158f0
commit b5baec579b
1 changed files with 0 additions and 11 deletions

View File

@ -2,16 +2,5 @@ language: go
go:
- 1.3
- 1.4
#env:
# # "gvm update" resets GOOS and GOARCH environment variable, workaround it by setting
# # BUILD_GOOS and BUILD_GOARCH and overriding GOARCH and GOOS in the build script
# global:
# - BUILD_GOARCH=amd64
# matrix:
# - BUILD_GOOS=linux
# - BUILD_GOOS=darwin
# - BUILD_GOOS=windows
script:
# - gvm cross $BUILD_GOOS $BUILD_GOARCH
# - GOARCH=$BUILD_GOARCH GOOS=$BUILD_GOOS go build
- go test -short -bench=.