Fix promu build

This commit is contained in:
Calle Pettersson
2017-09-08 10:11:31 +02:00
committed by Calle Pettersson
parent 94caf8ee61
commit caf8742dcd
3 changed files with 4 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ install:
build_script:
- ps: gitversion /output json /showvariable FullSemVer | Set-Content VERSION -PassThru
- govendor test -v +local
- promu build -v .
- promu build -v
- ps: |
$ErrorActionPreference = "Stop"
if($env:APPVEYOR_REPO_TAG -eq "True") {