mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-27 02:04:45 -07:00
travis: update to go 1.13
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.11.x
|
||||
- 1.13.x
|
||||
sudo: false
|
||||
matrix:
|
||||
include:
|
||||
@@ -9,7 +9,6 @@ matrix:
|
||||
- go get -u golang.org/x/lint/golint
|
||||
- go get -u golang.org/x/tools/cmd/...
|
||||
script:
|
||||
- export GO111MODULE=on
|
||||
- go mod download
|
||||
- go test -v -race $(go list ./...)
|
||||
- go vet $(go list ./...)
|
||||
|
||||
Reference in New Issue
Block a user