Skip to content

Commit 8730bf6

Browse files
committed
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.
1 parent 343faad commit 8730bf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ env:
1414

1515
# Get coverage tools, and start the virtual framebuffer.
1616
before_install:
17+
- git clone git://github.com/rsc/pdf $GOPATH/src/rsc.io/pdf
1718
- go get golang.org/x/tools/cmd/cover
1819
- go get github.com/mattn/goveralls
1920
- sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)