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

Tree @f71c459 (Download .tar.gz)

.travis.yml @f71c459raw · history · blame

1
2
3
4
5
6
7
8
language: go

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

go:
    - 1.5.3
    - 1.6
    #- tip