Skip to content

Commit

Permalink
Fetch fix for crypto/ssh bug 18861
Browse files Browse the repository at this point in the history
This pulls the fix into travis build to tests can continue while they
get this bug merged upstream.

golang/go#18861
  • Loading branch information
eikenb committed Feb 5, 2017
1 parent bf1c2bb commit ae150ef
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 @@ -19,6 +19,7 @@ addons:
install:
- go get -t -v ./...
- ssh-keygen -t rsa -q -P "" -f $HOME/.ssh/id_rsa
- cd $GOPATH/src/golang.org/x/crypto && git fetch https://go.googlesource.com/crypto refs/changes/55/36055/1 && git checkout FETCH_HEAD

script:
- go test -integration -v ./...
Expand Down

0 comments on commit ae150ef

Please sign in to comment.