.travis.yml tweak for gopkg.in

This commit is contained in:
Dean Karn
2017-04-27 19:19:51 -04:00
parent 58dd13d367
commit 0926003ddf
+3
View File
@@ -19,6 +19,9 @@ before_install:
- go get -u golang.org/x/tools/cmd/cover
- go get -u github.com/golang/lint/golint
- go get -u github.com/gordonklaus/ineffassign
- mkdir -p $GOPATH/src/gopkg.in
- ln -s $GOPATH/src/github.com/$TRAVIS_REPO_SLUG $GOPATH/src/gopkg.in/webhooks.v2
- ln -s $GOPATH/src/github.com/$TRAVIS_REPO_SLUG $GOPATH/src/gopkg.in/webhooks.v3
before_script:
- go vet ./...