Skip to content

Commit

Permalink
remove deploy condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Flamm committed Jun 9, 2017
1 parent 77cd8c8 commit 23acb04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ before_install:
- rvm install 1.9.3
- gem install --no-ri --no-rdoc fpm
script:
- if [ -z "${TRAVIS_TAG}" ]; then exit 0; fi
- fpm -v ${TRAVIS_TAG} -n afpre -a all -t deb -d jq -d bash -d openssl -d curl -s dir afpre=/usr/bin/afpre
deploy:
skip_cleanup: true
Expand All @@ -16,4 +15,3 @@ deploy:
tags: true
repo: leflamm/afpre
branch: master
condition: ! -z "${TRAVIS_TAG}"

0 comments on commit 23acb04

Please sign in to comment.