Codebase list golang-github-go-kit-kit / debian/0.6.0-3 .travis.yml
debian/0.6.0-3

Tree @debian/0.6.0-3 (Download .tar.gz)

.travis.yml @debian/0.6.0-3raw · 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