route/vendor/github.com/hashicorp/go-multierror/.travis.yml

13 lines
99 B
YAML
Raw Normal View History

2017-12-02 23:34:35 +00:00
sudo: false
language: go
go:
2018-01-03 19:19:49 +00:00
- 1.x
2017-12-02 23:34:35 +00:00
branches:
only:
- master
script: make test testrace