nightingale1/vendor/github.com/uber-go/tally/.travis.yml

24 lines
273 B
YAML
Raw Normal View History

2020-11-16 08:56:04 +08:00
language: go
sudo: false
go:
- 1.5
- 1.6
- 1.7
- 1.8
- tip
env:
global:
- GO15VENDOREXPERIMENT=1
cache:
directories:
- vendor
install:
- npm i uber-licence
- make dependencies
script:
- make test
- make lint
after_success:
- make coveralls