diff --git a/.travis.yml b/.travis.yml index 9903db5..7623cef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -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" -s dir afpre=/usr/bin/afpre deploy: skip_cleanup: true provider: releases