Codebase list golang-github-go-kit-kit / 4ede06e .travis.yml
4ede06e

Tree @4ede06e (Download .tar.gz)

.travis.yml @4ede06eraw · history · blame

1
2
3
4
5
6
7
8
language: go

script: go test -race -v ./...

go:
    - 1.7.x
    - 1.8.x
    - tip