Codebase list golang-github-go-kit-kit / run/9467b73a-276a-4361-a91c-99b304659024/main .travis.yml
run/9467b73a-276a-4361-a91c-99b304659024/main

Tree @run/9467b73a-276a-4361-a91c-99b304659024/main (Download .tar.gz)

.travis.yml @run/9467b73a-276a-4361-a91c-99b304659024/mainraw · 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.10.x
  - 1.11.x
  - tip