From 8730bf674945d8494ff75825a03adb63a5d856ac Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Thu, 7 Apr 2016 12:42:17 +0200 Subject: [PATCH] travis: go-get workaround for rsc.io/pdf while the `go get rsc.io/pdf` failure is fixed upstream (rsc/pdf#4), check out manually the repository from github and put it in the correct place under $GOPATH. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d4e49113..64032627 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ env: # Get coverage tools, and start the virtual framebuffer. before_install: + - git clone git://github.com/rsc/pdf $GOPATH/src/rsc.io/pdf - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls - sh -e /etc/init.d/xvfb start