orbiter/vendor/github.com/mitchellh/cli/.travis.yml
Gianluca Arbezzano 747f564a7a First commit
2017-02-21 00:07:57 +00:00

16 lines
145 B
YAML

sudo: false
language: go
go:
- 1.6
- 1.7
- 1.7.1
- tip
script: make updatedeps test testrace
matrix:
allow_failures:
- go: tip