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

Tree @1b5215d (Download .tar.gz)

.travis.yml @1b5215draw · history · blame

1
2
3
4
5
6
7
8
9
language: go

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

go:
    - 1.5.4
    - 1.6.3
    - 1.7.1
    - tip