Try linking to gopkg.in/urfave/cli.v2 on Appveyor, too

main
Dan Buch 8 years ago
parent 6e6a80c4d3
commit 3357fcd631
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

@ -18,6 +18,8 @@ install:
- go env
- go get github.com/urfave/gfmxr/...
- go get -v -t ./...
- mkdir c:\gopath\src\gopkg.in\urfave
- mklink c:\gopath\src\github.com\urfave\cli c:\gopath\src\gopkg.in\urfave\cli.v2
build_script:
- python runtests vet
@ -25,3 +27,4 @@ build_script:
- python runtests gfmxr
- python cli-v1-to-v2 --selftest
- python runtests migrations
- python runtests toc

Loading…
Cancel
Save