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, 18 insertions, 0 deletions
diff --git a/vendor/github.com/ReneKroon/ttlcache/.travis.yml b/vendor/github.com/ReneKroon/ttlcache/.travis.yml new file mode 100644 index 000000000..095be4ff3 --- /dev/null +++ b/vendor/github.com/ReneKroon/ttlcache/.travis.yml @@ -0,0 +1,18 @@ +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 |