Remove generate script from travis flow
Remove unused dependencies from travis script
This commit is contained in:
parent
b6c5d17a83
commit
5c81af9f10
@ -16,8 +16,6 @@ cache:
|
||||
- node_modules
|
||||
|
||||
before_script:
|
||||
- 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
|
||||
@ -25,7 +23,6 @@ before_script:
|
||||
fi
|
||||
|
||||
script:
|
||||
- go run build.go generate
|
||||
- go run build.go vet
|
||||
- go run build.go test
|
||||
- go run build.go gfmrun
|
||||
|
Loading…
Reference in New Issue
Block a user