Codebase list golang-github-go-kit-kit / fadad6f .travis.yml
fadad6f

Tree @fadad6f (Download .tar.gz)

.travis.yml @fadad6fraw · history · blame

1
2
3
4
5
6
7
8
language: go

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

go:
    - 1.7.5
    - 1.8
    - tip