Update .travis.yml
This commit is contained in:
@@ -10,7 +10,7 @@ git:
|
||||
|
||||
go:
|
||||
- "1.12.x"
|
||||
- "tip"
|
||||
- "1.13.x"
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
cache:
|
||||
@@ -27,7 +27,7 @@ script:
|
||||
- make all
|
||||
|
||||
before_install:
|
||||
- go get -t -v ./...
|
||||
- go mod vendor
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
Reference in New Issue
Block a user