5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 13:42:30 +00:00
matterbridge/vendor/github.com/mattn/go-isatty/.travis.yml

15 lines
174 B
YAML
Raw Normal View History

language: go
2020-05-23 22:06:21 +00:00
sudo: false
go:
2020-05-23 22:06:21 +00:00
- 1.13.x
- tip
before_install:
2020-05-23 22:06:21 +00:00
- go get -t -v ./...
script:
2020-05-23 22:06:21 +00:00
- ./go.test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)