1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

add more fpm tests

This commit is contained in:
Carlos Alexandro Becker 2017-04-21 11:57:36 -03:00
parent 5e6c8b2f41
commit e694848e94
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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",
},
},
},
}