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