Skip to content

Commit

Permalink
Update appveyor config for new file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed Jun 5, 2018
1 parent ae47371 commit 9711e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ install:
set PATH=%PATH%;%GOPATH%\bin
build_script:
- cmd: go build
- cmd: go build cmd/compliance-masonry/compliance-masonry.go cmd/compliance-masonry/diff.go
test_script:
- cmd: FOR /F %%A IN ('glide novendor') DO go test -v %%A || exit /b 1

0 comments on commit 9711e59

Please sign in to comment.