Skip to content

Commit

Permalink
update to use nfpm instead of fpm for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
sofixa committed Sep 16, 2018
1 parent 9094700 commit e0c31fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ before_script:
script:
- git status
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

2 changes: 1 addition & 1 deletion goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ archive:
files:
- LICENSE.txt
- README.md
fpm:
nfpm:
# Your app's vendor.
# Default is empty.
vendor: Oxalide
Expand Down

0 comments on commit e0c31fa

Please sign in to comment.