Codebase list golang-github-go-kit-kit / 5b3e01b .travis.yml
5b3e01b

Tree @5b3e01b (Download .tar.gz)

.travis.yml @5b3e01braw · history · blame

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

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

go:
    - 1.4.2
    - 1.5.3
    - 1.6
    #- tip