You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
190 B

  1. language: go
  2. go:
  3. - 1.5
  4. - 1.6
  5. - 1.7
  6. - 1.8
  7. - 1.9
  8. - tip
  9. script:
  10. - go test -timeout 1h ./...
  11. - go test -timeout 30m -race -run "TestDB_(Concurrent|GoleveldbIssue74)" ./leveldb