sshpiper/.travis.yml
2018-12-29 06:12:51 +00:00

11 lines
114 B
YAML

language: go
go:
- 1.2
- 1.3
- 1.4
- tip
script:
- go test ./ssh
- go test ./sshpiperd