blob: 1428e776cf82a9c48621925fac110136e4a0a36d [file] [log] [blame]
language: go
go:
- 1.2
- 1.3
- 1.4
- tip
script:
- go test -timeout 1h ./...
- go test -timeout 30m -race -run "TestDB_(Concurrent|GoleveldbIssue74)" ./leveldb