Merge pull request #493 from urfave/merging-from-v1

Merging from v1
This commit is contained in:
Dan Buch 2016-07-23 15:04:28 -04:00 committed by GitHub
commit 924956d859
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ matrix:
before_script:
- $pip_install flake8
- go get github.com/urfave/gfmrun/...
- go get golang.org/x/tools/cmd/goimports
- go get golang.org/x/tools/cmd/goimports || true
- if [ ! -f node_modules/.bin/markdown-toc ] ; then
npm install markdown-toc ;
fi

View File

@ -107,7 +107,7 @@ def _toc():
@_target
def _gen():
go_version = check_output('go version'.split()).split()[2]
if go_version < 'go1.4':
if go_version < 'go1.5':
print('runtests: skip on {}'.format(go_version), file=sys.stderr)
return