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:
|
go:
|
||||||
- 1.15
|
- 1.15
|
||||||
|
- tip
|
||||||
os:
|
|
||||||
- centos
|
before_install:
|
||||||
|
- go get -t -v ./...
|
||||||
script: >-
|
|
||||||
go test -v ./...
|
script:
|
||||||
go build ./...
|
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue