Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
added fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Apr 17, 2017
1 parent 84d0ed9 commit 5295af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,6 +2,6 @@ language: go
go: 1.8
install: make setup
script: make ci
after_success: test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
after_success: test -n "$TRAVIS_TAG" && gem install fpm && curl -sL https://git.io/goreleaser | bash
notifications:
email: false

0 comments on commit 5295af5

Please sign in to comment.