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

Tree @dfa2d5a (Download .tar.gz)

.travis.yml @dfa2d5araw · history · blame

language: go
sudo: false
go:
  - 1.7.x
  - 1.8.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)