travis
This commit is contained in:
parent
9a7093e006
commit
cf92966bdc
|
@ -0,0 +1,14 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.6
|
||||
- 1.7
|
||||
- tip
|
||||
install:
|
||||
- go get gopkg.in/urfave/cli.v2
|
||||
- go get gopkg.in/yaml.v2
|
||||
- go get github.com/fatih/color
|
||||
- go get golang.org/x/sys
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
Loading…
Reference in New Issue