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

15 lines
174 B
YAML
Raw Normal View History

2019-12-22 18:20:45 +01:00
language: go
2020-05-24 18:42:01 +02:00
sudo: false
2019-12-22 18:20:45 +01:00
go:
2020-05-24 18:42:01 +02:00
- 1.13.x
2019-12-22 18:20:45 +01:00
- tip
before_install:
2020-05-24 18:42:01 +02:00
- go get -t -v ./...
2019-12-22 18:20:45 +01:00
script:
2020-05-24 18:42:01 +02:00
- ./go.test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)