mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 00:26:15 -06:00
vendor ttlcache
This commit is contained in:
parent
accc8971d1
commit
73fc5cf2f0
9 changed files with 557 additions and 0 deletions
18
vendor/github.com/ReneKroon/ttlcache/.travis.yml
generated
vendored
Normal file
18
vendor/github.com/ReneKroon/ttlcache/.travis.yml
generated
vendored
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue