fix travis build

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

@ -14,6 +14,8 @@ cache:
before_script:
- go get github.com/urfave/cli/flag-gen || true
- go get github.com/shurcooL/vfsgen || true
- go get github.com/shurcooL/httpfs/union || true
- go get github.com/urfave/gfmrun/... || true
- go get golang.org/x/tools/cmd/goimports
- if [ ! -f node_modules/.bin/markdown-toc ] ; then
@ -21,7 +23,7 @@ before_script:
fi
script:
- go generate ./...
#- go generate ./... # to be uncommented after merge as we cannot compile the package which is not present in master
- ./runtests vet
- ./runtests test
- ./runtests gfmrun

Loading…
Cancel
Save