spf13--viper/.travis.yml
2014-11-13 16:36:34 -05:00

10 lines
83 B
YAML

language: go
go:
- 1.2
- 1.3
- release
- tip
script:
- go test -v ./...