Skip to content

Commit

Permalink
add license info to deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Flamm committed Jun 9, 2017
1 parent 4d55397 commit 83fae5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ before_install:
- rvm install 1.9.3
- gem install --no-ri --no-rdoc fpm
script:
- fpm -v ${TRAVIS_TAG} -n afpre -a all -t deb -d jq -d bash -d openssl -d curl --description "CLI for the AWS Federation Proxy" --url "https://github.com/leflamm/afpre" -s dir afpre=/usr/bin/afpre
- fpm -v ${TRAVIS_TAG} -n afpre -a all -t deb -d jq -d bash -d openssl -d curl --description "CLI for the AWS Federation Proxy" --url "https://github.com/leflamm/afpre" --license "Apache License 2.0" -s dir afpre=/usr/bin/afpre
deploy:
skip_cleanup: true
provider: releases
Expand Down

0 comments on commit 83fae5c

Please sign in to comment.