We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac07d5 commit be5fefeCopy full SHA for be5fefe
1 file changed
.travis.yml
@@ -97,13 +97,8 @@ script:
97
98
after_success:
99
# Linux
100
- - run $isLinux sudo apt-get install -y --force-yes ruby-dev build-essential rpm
101
- - run $isLinux git clone https://github.com/jordansissel/fpm.git
102
- - run $isLinux pushd fpm
103
- - run $isLinux bundle install
104
- - run $isLinux make
105
- - run $isLinux sudo make install
106
- - run $isLinux popd
+ - run $isLinux sudo apt-get install -y --force-yes ruby ruby-dev rubygems build-essential rpm
+ - gem install --no-document fpm
107
- run $isLinux deploy/deploy.linux.sh $PREFIX $VERSION
108
# OS X
109
- run $isOsX deploy/deploy.osx.sh $PREFIX $VERSION
0 commit comments