Files
aptly/vendor/github.com/syndtr/goleveldb/.travis.yml
T
Andrey Smirnov bb66b2296d Vendor update goleveldb
There are number of changes which went in recently which should improve
performance: https://github.com/syndtr/goleveldb/issues/226#issuecomment-477568827
2019-09-18 16:49:50 +04:00

13 lines
199 B
YAML

language: go
go:
- 1.9.x
- 1.10.x
- 1.11.x
- tip
script:
- go vet ./...
- go test -timeout 1h ./...
- go test -timeout 30m -race -run "TestDB_(Concurrent|GoleveldbIssue74)" ./leveldb