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

Tree @5616015 (Download .tar.gz)

.travis.yml @5616015raw · history · blame

1
2
3
4
5
6
7
8
language: go

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

go:
    - 1.7.5
    - 1.8
    - tip