1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-07-15 14:16:24 -03:00
tea/vendor/github.com/araddon/dateparse/.travis.yml

14 lines
201 B
YAML
Raw Normal View History

language: go
go:
- 1.13.x
before_install:
- go get -t -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)