From 68c57d990716cea32096ab0872e0be3cad0b0a1e Mon Sep 17 00:00:00 2001 From: John Eikenberry Date: Sun, 5 Feb 2017 13:14:36 -0800 Subject: [PATCH] Fetch fix for crypto/ssh bug 18861 This pulls the fix into travis build to tests can continue while they get this bug merged upstream. https://github.com/golang/go/issues/18861 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6fc08efc..56379a76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 && go install script: - go test -integration -v ./...