Skip to content

Commit e0c31fa

Browse files
committed
update to use nfpm instead of fpm for packaging
1 parent 9094700 commit e0c31fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ before_script:
1717
script:
1818
- git status
1919
after_success:
20-
- gem install --no-ri --no-rdoc fpm
20+
# - gem install --no-ri --no-rdoc fpm
2121
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
2222

goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ archive:
1919
files:
2020
- LICENSE.txt
2121
- README.md
22-
fpm:
22+
nfpm:
2323
# Your app's vendor.
2424
# Default is empty.
2525
vendor: Oxalide

0 commit comments

Comments
 (0)