diff --git a/.travis.yml b/.travis.yml index f34e001..3e599db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ env: before_install: - 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: # credit here goes to the go-libvirt authors,