Skip to content
This repository was archived by the owner on Nov 2, 2018. It is now read-only.

Commit c51ea4e

Browse files
Add gofmt check to appveyor
1 parent 7f43659 commit c51ea4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@ branches:
1515
- staging
1616

1717
install:
18+
- set PATH=%GOPATH%\bin;%PATH%
1819
- go version
1920
- go env
2021
- go get -d ./...
22+
- go get github.com/alecthomas/gometalinter
2123

2224
build_script:
25+
- gometalinter --install
26+
- gometalinter --disable-all -E gofmt ./...
2327
- go test -tags="testing debug" -short ./...
2428
- go test -tags="testing debug" -v -timeout=1200s -race ./...
2529
- go test -tags="testing debug" -v -run=XXX -bench=. ./...

0 commit comments

Comments
 (0)