Codebase list golang-github-go-kit-kit / 03649991-3798-4bdc-9a00-4ea873739e14/main .travis.yml
03649991-3798-4bdc-9a00-4ea873739e14/main

Tree @03649991-3798-4bdc-9a00-4ea873739e14/main (Download .tar.gz)

.travis.yml @03649991-3798-4bdc-9a00-4ea873739e14/main

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