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

Tree @bad4074 (Download .tar.gz)

.travis.yml @bad4074raw · history · blame

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

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

script:
  - ./go.test.sh

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