Remove workaround for crypto bug 18861

Fixed upstream.
This commit is contained in:
John Eikenberry 2017-02-06 14:43:59 -08:00
parent dab2d69fc2
commit b29a59c607
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ 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 && cd ./ssh && go install)
script:
- go test -integration -v ./...