diff options
Diffstat (limited to 'vendor/github.com/araddon/dateparse/.travis.yml')
-rw-r--r-- | vendor/github.com/araddon/dateparse/.travis.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/github.com/araddon/dateparse/.travis.yml b/vendor/github.com/araddon/dateparse/.travis.yml new file mode 100644 index 00000000..f071cf95 --- /dev/null +++ b/vendor/github.com/araddon/dateparse/.travis.yml @@ -0,0 +1,14 @@ +language: go + +go: + - 1.10.x + - 1.11.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) |