dateparse/.travis.yml
2017-07-13 19:57:15 -07:00

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)