update to use nfpm instead of fpm for packaging

This commit is contained in:
Adrian Todorov 2018-09-16 15:47:55 +02:00
parent 9094700d21
commit e0c31fa803
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@ before_script:
script: script:
- git status - git status
after_success: after_success:
- gem install --no-ri --no-rdoc fpm # - gem install --no-ri --no-rdoc fpm
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash

View File

@ -19,7 +19,7 @@ archive:
files: files:
- LICENSE.txt - LICENSE.txt
- README.md - README.md
fpm: nfpm:
# Your app's vendor. # Your app's vendor.
# Default is empty. # Default is empty.
vendor: Oxalide vendor: Oxalide