2018-08-06 19:47:05 +00:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
|
|
|
- 1.7.x
|
|
|
|
- 1.8.x
|
|
|
|
- 1.9.x
|
2018-12-01 18:55:35 +00:00
|
|
|
- 1.10.x
|
|
|
|
- 1.11.x
|
2018-08-06 19:47:05 +00:00
|
|
|
- tip
|
|
|
|
|
|
|
|
before_install:
|
|
|
|
- export PATH=$HOME/gopath/bin:$PATH
|
|
|
|
|
|
|
|
script:
|
|
|
|
- go test -race ./...
|
|
|
|
- go test -cover ./...
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- go: tip
|
|
|
|
|
|
|
|
git:
|
|
|
|
depth: 10
|