Codebase list golang-github-vbauerster-mpb / b64c9e6 .travis.yml
b64c9e6

Tree @b64c9e6 (Download .tar.gz)

.travis.yml @b64c9e6raw · history · blame

language: go
sudo: false
go:
  - 1.8.x
  - 1.9.x

before_install:
  - go get -t -v ./...

script:
  - go test -race -coverprofile=coverage.txt -covermode=atomic

after_success:
  - bash <(curl -s https://codecov.io/bash)