Skip to content

Commit

Permalink
Add ssh package to the build
Browse files Browse the repository at this point in the history
The ssh package is not part of the standard library in go 1.5.
  • Loading branch information
ccojocar committed Feb 7, 2018
1 parent 179c178 commit a7cdd9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a7cdd9c

Please sign in to comment.