Codebase list golang-github-mattn-go-colorable / upstream/0.1.6 .travis.yml
upstream/0.1.6

Tree @upstream/0.1.6 (Download .tar.gz)

.travis.yml @upstream/0.1.6raw · 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)