Codebase list golang-github-go-kit-kit / b5e46d41-dea9-4f2c-8fa5-a1c79dd15269/main .travis.yml
b5e46d41-dea9-4f2c-8fa5-a1c79dd15269/main

Tree @b5e46d41-dea9-4f2c-8fa5-a1c79dd15269/main (Download .tar.gz)

.travis.yml @b5e46d41-dea9-4f2c-8fa5-a1c79dd15269/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.9.x
  - tip