Skip to content

Commit 0926003

Browse files
author
Dean Karn
committed
.travis.yml tweak for gopkg.in
1 parent 58dd13d commit 0926003

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ before_install:
1919
- go get -u golang.org/x/tools/cmd/cover
2020
- go get -u github.com/golang/lint/golint
2121
- 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
2225

2326
before_script:
2427
- go vet ./...

0 commit comments

Comments
 (0)