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

Tree @1f5bff7 (Download .tar.gz)

.travis.yml @1f5bff7raw · history · blame

1
2
3
4
5
6
7
8
language: go

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

go:
    - 1.5.3
    - 1.6
    #- tip