github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/syndtr/goleveldb/.travis.yml (about)

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