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

13 lines
99 B
YAML

sudo: false
language: go
go:
- 1.x
branches:
only:
- master
script: make test testrace