mirror of
https://github.com/araddon/dateparse.git
synced 2024-11-10 11:51:54 +08:00
14 lines
207 B
YAML
14 lines
207 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.8.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) |