We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58dd13d commit 0926003Copy full SHA for 0926003
.travis.yml
@@ -19,6 +19,9 @@ before_install:
19
- go get -u golang.org/x/tools/cmd/cover
20
- go get -u github.com/golang/lint/golint
21
- go get -u github.com/gordonklaus/ineffassign
22
+ - mkdir -p $GOPATH/src/gopkg.in
23
+ - ln -s $GOPATH/src/github.com/$TRAVIS_REPO_SLUG $GOPATH/src/gopkg.in/webhooks.v2
24
+ - ln -s $GOPATH/src/github.com/$TRAVIS_REPO_SLUG $GOPATH/src/gopkg.in/webhooks.v3
25
26
before_script:
27
- go vet ./...
0 commit comments