Codebase list golang-github-mattn-go-colorable / 2ffaf45 .travis.yml
2ffaf45

Tree @2ffaf45 (Download .tar.gz)

.travis.yml @2ffaf45raw · history · blame

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

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

script:
  - ./go.test.sh

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