cheat/vendor/github.com/mattn/go-isatty/.travis.yml

15 lines
174 B
YAML
Raw Normal View History

2019-10-27 17:04:31 +01:00
language: go
sudo: false
2019-10-27 17:04:31 +01:00
go:
- 1.13.x
2019-10-27 17:04:31 +01:00
- tip
before_install:
- go get -t -v ./...
2019-10-27 17:04:31 +01:00
script:
- ./go.test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)