You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cointop/vendor/github.com/mattn/go-isatty/.travis.yml

15 lines
174 B
YAML

6 years ago
language: go
4 years ago
sudo: false
6 years ago
go:
4 years ago
- 1.13.x
6 years ago
- tip
before_install:
4 years ago
- go get -t -v ./...
6 years ago
script:
4 years ago
- ./go.test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)