Codebase list golang-github-go-kit-kit / 1f1ad4d .travis.yml
1f1ad4d

Tree @1f1ad4d (Download .tar.gz)

.travis.yml @1f1ad4draw · history · blame

1
2
3
4
5
6
7
8
language: go

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

go:
    - 1.7.4
    - 1.8beta2
    - tip