mirror of https://github.com/bjdgyc/anylink.git
Update .travis.yml
This commit is contained in:
parent
c02ffc27c0
commit
62f30c05ff
17
.travis.yml
17
.travis.yml
|
@ -2,11 +2,14 @@ language: go
|
|||
|
||||
go:
|
||||
- 1.15
|
||||
|
||||
os:
|
||||
- centos
|
||||
|
||||
script: >-
|
||||
go test -v ./...
|
||||
go build ./...
|
||||
- tip
|
||||
|
||||
before_install:
|
||||
- go get -t -v ./...
|
||||
|
||||
script:
|
||||
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
|
|
Loading…
Reference in New Issue