Codebase list golang-github-go-kit-kit / 50036860-5a95-4bf4-b155-667a95eed3d7/main .travis.yml
50036860-5a95-4bf4-b155-667a95eed3d7/main

Tree @50036860-5a95-4bf4-b155-667a95eed3d7/main (Download .tar.gz)

.travis.yml @50036860-5a95-4bf4-b155-667a95eed3d7/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