spf13--viper/.travis.yml
2015-08-20 12:44:00 +02:00

8 lines
75 B
YAML

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