route/vendor/github.com/mitchellh/cli/.travis.yml

14 lines
118 B
YAML

sudo: false
language: go
go:
- 1.8
- 1.9
branches:
only:
- master
script: make updatedeps test testrace