cf07a154d5
Added travis.yml
14 lines
No EOL
208 B
YAML
14 lines
No EOL
208 B
YAML
language: go
|
|
go:
|
|
- "1.10"
|
|
- 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) |