Update gfmrun import command to suite Go Modules pattern

Fix test command typo in travis script
main
Ajitem Sahasrabuddhe 5 years ago
parent afd0ecbbf2
commit edbf66c25c
No known key found for this signature in database
GPG Key ID: 782DEBC01D3967A5

@ -20,16 +20,14 @@ 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 github.com/urfave/gfmrun/cmd/gfmrun
- go get golang.org/x/tools/cmd/goimports
- npm install markdown-toc
script:
- go run build.go generate
- go run build.go vet
- go run build.go testm
- go run build.go test
- go run build.go gfmrun
- go run build.go toc

Loading…
Cancel
Save