Don't fail build on 'go vet' errors (ref #227)

This commit is contained in:
Jakob Borg 2014-05-16 20:05:44 +02:00
parent 09d4b3f71e
commit e788a99c3e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ check() {
build() {
check
go vet ./... || exit 1
go vet ./...
godep go build $* -ldflags "$ldflags" ./cmd/syncthing
}