oops. Fix the goyacc import URI.

This commit is contained in:
Geoff Hickey 2017-11-16 17:53:31 -05:00
parent e6dc7bd464
commit 53846d5d14

View File

@ -13,7 +13,7 @@ env:
before_install: before_install:
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint
- go get github.com/golang/x/tools/cmd/goyacc - go get golang.org/x/tools/cmd/goyacc
install: install:
# credit here goes to the go-libvirt authors, # credit here goes to the go-libvirt authors,