realize/.travis.yml

13 lines
205 B
YAML
Raw Normal View History

2016-08-17 19:51:26 +00:00
language: go
go:
- 1.6
- 1.7
- tip
2016-08-17 19:56:44 +00:00
before_install:
2016-08-17 19:51:26 +00:00
- go get gopkg.in/urfave/cli.v2
- go get gopkg.in/yaml.v2
- go get github.com/fatih/color
matrix:
allow_failures:
2016-08-17 19:53:34 +00:00
- go: tip