Try symlinking into gopkg.in/urfave/cli.v2 better
This commit is contained in:
parent
dc55e12942
commit
6e6a80c4d3
@ -25,7 +25,7 @@ matrix:
|
|||||||
env: pip_install="sudo pip install"
|
env: pip_install="sudo pip install"
|
||||||
- go: 1.1.2
|
- go: 1.1.2
|
||||||
install: go get -v .
|
install: go get -v .
|
||||||
before_script: echo skipping gfmxr on $TRAVIS_GO_VERSION
|
before_script: echo skipping gfmxr on ${TRAVIS_GO_VERSION}
|
||||||
script:
|
script:
|
||||||
- ./runtests vet
|
- ./runtests vet
|
||||||
- ./runtests test
|
- ./runtests test
|
||||||
@ -36,9 +36,9 @@ before_script:
|
|||||||
- if [ ! -f node_modules/.bin/markdown-toc ] ; then
|
- if [ ! -f node_modules/.bin/markdown-toc ] ; then
|
||||||
npm install markdown-toc ;
|
npm install markdown-toc ;
|
||||||
fi
|
fi
|
||||||
- mkdir -p ~/gopath/src/gopkg.in/urfave
|
- mkdir -p ${GOPATH%%:*}/src/gopkg.in/urfave
|
||||||
- rm -rf ~/gopath/src/gopkg.in/urfave/cli.v2
|
- rm -rf ${GOPATH%%:*}/src/gopkg.in/urfave/cli.v2
|
||||||
- ln -sv ~/gopath/src/github.com/urfave/cli ~/gopath/src/gopkg.in/urfave/cli.v2
|
- ln -sv ${TRAVIS_BUILD_DIR} ${GOPATH%%:*}/src/gopkg.in/urfave/cli.v2
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- flake8 runtests cli-v1-to-v2
|
- flake8 runtests cli-v1-to-v2
|
||||||
|
Loading…
Reference in New Issue
Block a user