mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2024-11-22 05:06:04 +03:00
12 lines
250 B
YAML
12 lines
250 B
YAML
language: go
|
|
go:
|
|
- '1.8'
|
|
- '1.9'
|
|
- '1.10'
|
|
- '1.11'
|
|
before_install:
|
|
- go get -t -v ./...
|
|
script:
|
|
- go test ./... -v -cpu 2 -race -cover -coverprofile=coverage.txt -covermode=atomic
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash) |