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

Tree @aa9583c (Download .tar.gz)

.travis.yml @aa9583craw · history · blame

language: go

env:
  - COVERALLS_TOKEN=MYSkSqcsWXd6DmP6TnSeiDhtvuL4u6ndp

before_install:
  - go get github.com/mattn/goveralls
  - go get github.com/modocache/gover

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

go:
  - 1.7.x
  - 1.8.x
  - tip