Skip to content

Commit

Permalink
remove generate command
Browse files Browse the repository at this point in the history
  • Loading branch information
asahasrabuddhe committed Sep 7, 2019
1 parent f7ca4f0 commit 11323ef
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,11 @@ 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
npm install markdown-toc ;
fi
- npm install markdown-toc ;

script:
- go run build.go generate
- go run build.go vet
- go run build.go test
- go run build.go gfmrun
Expand Down

0 comments on commit 11323ef

Please sign in to comment.