Commit b45b686d authored by Miek Gieben's avatar Miek Gieben

travis

parent f7043c31
language: go language: go
sudo: false
go: go:
- 1.5
- 1.6 - 1.6
- tip - tip
env:
- CGO_ENABLED=0
install:
- go get -t ./...
- go get golang.org/x/tools/cmd/vet
script: script:
- go vet ./... - go test -race -v -bench=.
- go test ./...
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment