appveyor: build fix for go tests

This commit is contained in:
Daniel Lee
2017-06-29 12:19:57 +02:00
parent 7ea5930a90
commit 8683aff3e9
+1 -1
View File
@@ -29,10 +29,10 @@ install:
build_script:
- go run build.go build
- go test -v ./pkg/...
- grunt release
- go run build.go sha-dist
- cp dist/* .
- go test -v ./pkg/...
artifacts:
- path: grafana-*windows-*.*