1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

Merge pull request #194 from goreleaser/fpm-tests

add more fpm tests
This commit is contained in:
Carlos Alexandro Becker 2017-04-21 12:02:59 -03:00 committed by GitHub
commit 8900e11b13

View File

@ -49,6 +49,13 @@ func TestRunPipe(t *testing.T) {
Formats: []string{"deb"},
Dependencies: []string{"make"},
Conflicts: []string{"git"},
Options: config.FPMOptions{
Description: "Some description",
License: "MIT",
Maintainer: "me@me",
Vendor: "asdf",
URL: "https://goreleaser.github.io",
},
},
},
}