Add ssh package to the build

The ssh package is not part of the standard library in go 1.5.
This commit is contained in:
Cosmin Cojocar 2018-02-07 10:10:34 +01:00
parent 179c178924
commit a7cdd9cd8d

View file

@ -7,6 +7,7 @@ go:
install:
- go get -v github.com/onsi/ginkgo/ginkgo
- go get -v github.com/onsi/gomega
- go get -v golang.org/x/crypto/ssh
- go get -v -t ./...
- export PATH=$PATH:$HOME/gopath/bin