Use git to make a copy into urfave/cli.v2

This commit is contained in:
Dan Buch 2016-06-18 15:20:35 -04:00
parent 7cb40bd576
commit a8027b8491
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC
2 changed files with 2 additions and 6 deletions

View File

@ -35,9 +35,7 @@ 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 - git clone . ${GOPATH%%:*}/src/gopkg.in/urfave/cli.v2
- rm -rvf ${GOPATH%%:*}/src/gopkg.in/urfave/cli.v2
- ln -sv ${TRAVIS_BUILD_DIR} ${GOPATH%%:*}/src/gopkg.in/urfave/cli.v2
- go get github.com/urfave/gfmxr/... - go get github.com/urfave/gfmxr/...
script: script:

View File

@ -16,9 +16,7 @@ install:
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH% - set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
- go version - go version
- go env - go env
- mkdir c:\gopath\src\gopkg.in\urfave - git clone . c:\gopath\src\gopkg.in\urfave\cli.v2
- robocopy c:\gopath\src\github.com\urfave\cli c:\gopath\src\gopkg.in\urfave\cli.v2
/DCOPY:DA /MIR /FFT /Z /XA:SH /R:0 /TEE /XJD ^& IF %ERRORLEVEL% LEQ 4 exit 0
- go get github.com/urfave/gfmxr/... - go get github.com/urfave/gfmxr/...
- go get -v -t ./... - go get -v -t ./...