diff --git a/.travis.yml b/.travis.yml index 5584de2..c879139 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,14 +31,14 @@ matrix: - ./runtests test before_script: -- go get github.com/urfave/gfmxr/... - $pip_install flake8 - if [ ! -f node_modules/.bin/markdown-toc ] ; then npm install markdown-toc ; fi - mkdir -p ${GOPATH%%:*}/src/gopkg.in/urfave -- rm -rf ${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/... script: - flake8 runtests cli-v1-to-v2 diff --git a/appveyor.yml b/appveyor.yml index 3ec36e6..720f4d3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,10 +16,10 @@ install: - set PATH=%GOPATH%\bin;C:\go\bin;%PATH% - go version - 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 +- go get github.com/urfave/gfmxr/... +- go get -v -t ./... build_script: - python runtests vet