Skip to content

Commit a7cdd9c

Browse files
committed
Add ssh package to the build
The ssh package is not part of the standard library in go 1.5.
1 parent 179c178 commit a7cdd9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ go:
77
install:
88
- go get -v github.com/onsi/ginkgo/ginkgo
99
- go get -v github.com/onsi/gomega
10+
- go get -v golang.org/x/crypto/ssh
1011
- go get -v -t ./...
1112
- export PATH=$PATH:$HOME/gopath/bin
1213

0 commit comments

Comments
 (0)