1
0
mirror of synced 2024-11-22 13:06:05 +03:00
mg-transport-api-client-go/.travis.yml

14 lines
294 B
YAML
Raw Normal View History

language: go
env:
- GO111MODULE=on
go:
- '1.11'
2020-04-07 16:41:42 +03:00
- '1.12'
- '1.13'
- '1.14'
before_install:
2020-04-07 16:39:06 +03:00
- go mod tidy
script:
- go test ./... -v -cpu 2 -timeout 2m -race -cover -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)