Skip to content

Commit

Permalink
Freeze fpm to version v1.8.1 for travis CI builds
Browse files Browse the repository at this point in the history
Use fpm version v1.8.1 on travis to handle issue
where symlinks were not copied to the packing staging
directory when using source=dest/ syntax

Can be removed when the bugfix in
jordansissel/fpm#1399 has been
merged and released
  • Loading branch information
andreas-bok-sociomantic authored and ben-palmer-sociomantic committed Aug 14, 2017
1 parent d40fa43 commit 61904e0
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 @@ -40,7 +40,7 @@ env:
# packages:

before_install:
- gem install fpm
- gem install fpm -v 1.8.1
- if [[ -n "$TRAVIS_TAG" ]]; then
curl -XGET -L -k 'https://api.bintray.com/content/jfrog/jfrog-cli-go/$latest/jfrog-cli-linux-amd64/jfrog?bt_package=jfrog-cli-linux-amd64' > /tmp/jfrog ;
chmod a+x /tmp/jfrog ;
Expand Down

0 comments on commit 61904e0

Please sign in to comment.