This commit is contained in:
alessio 2016-08-17 21:51:26 +02:00
parent 9a7093e006
commit cf92966bdc
1 changed files with 14 additions and 0 deletions

14
.travis.yml Normal file
View File

@ -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