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, 0 insertions, 14 deletions
diff --git a/vendor/github.com/araddon/dateparse/.travis.yml b/vendor/github.com/araddon/dateparse/.travis.yml deleted file mode 100644 index f071cf95..00000000 --- a/vendor/github.com/araddon/dateparse/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -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) |