update travis

pull/51/head
Fenny 2020-02-05 20:47:06 +01:00
parent 71f7b97dde
commit ddce556045
1 changed files with 1 additions and 6 deletions

View File

@ -1,15 +1,10 @@
language: go
go:
- 1.12.x
- 1.13.x
- tip
env:
- GO111MODULE=on
install:
- go get -v golang.org/x/lint/golint
script:
- golint -set_exit_status ./...
# - golint -set_exit_status ./...
- go test -race ./...
matrix:
allow_failures:
- go: tip