Skip to content

Commit

Permalink
add module specific commands
Browse files Browse the repository at this point in the history
  • Loading branch information
asahasrabuddhe committed Sep 15, 2019
1 parent 9f97625 commit 2746d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -19,8 +19,8 @@ install:
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
- go version
- go env
- go get github.com/urfave/gfmrun/...
- go get -v -t ./...
- go get github.com/urfave/gfmrun/cmd/gfmrun
- go mod vendor

build_script:
- go run build.go vet
Expand Down

0 comments on commit 2746d8d

Please sign in to comment.