travis
This commit is contained in:
parent
f7043c3132
commit
b45b686d8a
1 changed files with 3 additions and 11 deletions
14
.travis.yml
14
.travis.yml
|
@ -1,16 +1,8 @@
|
|||
language: go
|
||||
|
||||
sudo: false
|
||||
go:
|
||||
- 1.5
|
||||
- 1.6
|
||||
- tip
|
||||
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
|
||||
install:
|
||||
- go get -t ./...
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
|
||||
script:
|
||||
- go vet ./...
|
||||
- go test ./...
|
||||
- go test -race -v -bench=.
|
||||
|
|
Loading…
Add table
Reference in a new issue