spf13--viper/.travis.yml
2014-11-13 15:41:51 -05:00

9 lines
83 B
YAML

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