add new generation logic to travis

This commit is contained in:
Ajitem Sahasrabuddhe
2019-08-04 12:22:45 +05:30
parent 365557021f
commit fb4cea5f30

View File

@@ -13,6 +13,7 @@ cache:
- node_modules
before_script:
- go get github.com/urfave/cli/flag-gen || true
- go get github.com/urfave/gfmrun/... || true
- go get golang.org/x/tools/cmd/goimports
- if [ ! -f node_modules/.bin/markdown-toc ] ; then
@@ -20,7 +21,7 @@ before_script:
fi
script:
- ./runtests gen
- go generate ./...
- ./runtests vet
- ./runtests test
- ./runtests gfmrun