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

Tree @d0a3300 (Download .tar.gz)

.travis.yml @d0a3300raw · 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)