Codebase list golang-github-go-kit-kit / upstream/latest .travis.yml
upstream/latest

Tree @upstream/latest (Download .tar.gz)

.travis.yml @upstream/latest

97f0ec5
 
a27947c
 
 
b6c20f2
 
 
 
 
 
 
bc73bc7
97f0ec5
f3cb2c0
b6c20f2
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