add new generation logic to travis

main
Ajitem Sahasrabuddhe 5 years ago
parent 365557021f
commit fb4cea5f30
No known key found for this signature in database
GPG Key ID: 5B0EE10DAA76876C

@ -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

Loading…
Cancel
Save