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

15 lines
174 B
YAML
Raw Normal View History

2019-06-09 07:24:20 +00:00
language: go
2021-10-19 13:43:41 +00:00
sudo: false
2019-06-09 07:24:20 +00:00
go:
2021-10-19 13:43:41 +00:00
- 1.13.x
2019-06-09 07:24:20 +00:00
- tip
before_install:
2021-10-19 13:43:41 +00:00
- go get -t -v ./...
2019-06-09 07:24:20 +00:00
script:
2021-10-19 13:43:41 +00:00
- ./go.test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)