Files
gonic/.travis.yml
2019-07-06 13:46:23 +01:00

15 lines
249 B
YAML

language: go
go:
- 1.12.x
- 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) -t cee1976e-abef-4536-ba0f-bfef91d55a7c