Skip to content

Commit

Permalink
travis: go-get workaround for rsc.io/pdf
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sbinet committed Apr 7, 2016
1 parent 343faad commit 8730bf6
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 @@ -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
Expand Down

0 comments on commit 8730bf6

Please sign in to comment.