realize/.travis.yml
2016-08-17 21:56:44 +02:00

13 lines
205 B
YAML

language: go
go:
- 1.6
- 1.7
- tip
before_install:
- go get gopkg.in/urfave/cli.v2
- go get gopkg.in/yaml.v2
- go get github.com/fatih/color
matrix:
allow_failures:
- go: tip