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

Tree @b65e0c2 (Download .tar.gz)

.travis.yml @b65e0c2raw · history · blame

language: go
sudo: false
go:
  - 1.10.x
  - tip

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

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

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