spf13--viper/.travis.yml

11 lines
97 B
YAML

language: go
go:
- 1.4.3
- 1.5.4
- 1.6.1
- tip
script:
- go test -v ./...
sudo: false