diff options
Diffstat (limited to 'vendor/github.com/ReneKroon/ttlcache/.travis.yml')
| -rw-r--r-- | vendor/github.com/ReneKroon/ttlcache/.travis.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/vendor/github.com/ReneKroon/ttlcache/.travis.yml b/vendor/github.com/ReneKroon/ttlcache/.travis.yml deleted file mode 100644 index 095be4ff3..000000000 --- a/vendor/github.com/ReneKroon/ttlcache/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: go - -go: - - "1.14" - - "1.13" -git: - depth: 1 - -install: - - go install -race std - - go install golang.org/x/tools/cmd/cover - - go install golang.org/x/lint/golint - - export PATH=$HOME/gopath/bin:$PATH - -script: - - golint . - - go test -cover -race -count=1 -timeout=30s -run . - - cd bench; go test -run=Bench.* -bench=. -benchmem
\ No newline at end of file |
