Skip to content

Commit

Permalink
Add fpm (knqyf263#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
knqyf263 authored Feb 10, 2018
1 parent 0c845e0 commit 9cabfda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@ archive:
- misc/completions/zsh/_pet
fpm:
bindir: /usr/local/bin
formats:
- deb
- rpm
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: go

sudo: false
go:
- 1.8
- 1.9
script:
- make dep
- make test
after_success:
- gem install --no-ri --no-rdoc fpm
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash

0 comments on commit 9cabfda

Please sign in to comment.