github.com/df-mc/goleveldb@v1.1.9/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4    - 1.9.x
     5    - 1.10.x
     6    - 1.11.x
     7    - tip
     8  
     9  script:
    10    - go vet ./...
    11    - go test -timeout 1h ./...
    12    - go test -timeout 30m -race -run "TestDB_(Concurrent|GoleveldbIssue74)" ./leveldb