open-nomad/vendor/github.com/mitchellh/cli/.travis.yml
Seth Hoenig fb1c85a956 deps: upgrade import of consul/api
Upgrade our consul/api import to the equivelent of consul@v1.8.1 which includes
a bug fix necessary for #6913. If consul would publish a proper api/ submodule tag
we could reference that.
2020-08-06 21:02:33 -05:00

19 lines
171 B
YAML

sudo: false
language: go
env:
- GO111MODULE=on
go:
- "1.11"
- "1.12"
- "1.13"
- "1.14"
branches:
only:
- master
script: make updatedeps test testrace