Skip to content

Commit

Permalink
Use FPM from Rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
fathomssen authored Jun 1, 2020
1 parent 3ac07d5 commit be5fefe
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,8 @@ script:

after_success:
# Linux
- run $isLinux sudo apt-get install -y --force-yes ruby-dev build-essential rpm
- run $isLinux git clone https://github.com/jordansissel/fpm.git
- run $isLinux pushd fpm
- run $isLinux bundle install
- run $isLinux make
- run $isLinux sudo make install
- run $isLinux popd
- run $isLinux sudo apt-get install -y --force-yes ruby ruby-dev rubygems build-essential rpm
- gem install --no-document fpm
- run $isLinux deploy/deploy.linux.sh $PREFIX $VERSION
# OS X
- run $isOsX deploy/deploy.osx.sh $PREFIX $VERSION
Expand Down

0 comments on commit be5fefe

Please sign in to comment.