Update .travis.yml

This commit is contained in:
zryfish
2020-01-14 19:18:46 +08:00
committed by GitHub
parent 4068757534
commit f6dba744f9

View File

@@ -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)