Travis: remove test.sh, improve travis file
This commit is contained in:
parent
6ffe496ea9
commit
f71e6baaf2
16
.travis.yml
16
.travis.yml
|
@ -1,16 +1,16 @@
|
||||||
language: go
|
language: go
|
||||||
sudo: false
|
|
||||||
go:
|
go:
|
||||||
- 1.11
|
- tip
|
||||||
|
- 1.12.x
|
||||||
|
- 1.11.x
|
||||||
- 1.10.x
|
- 1.10.x
|
||||||
- 1.9
|
|
||||||
- 1.8
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- go get -u -t ./...
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- GO111MODULE=on ./test.sh
|
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- go: tip
|
Loading…
Reference in New Issue