Skip to content

Commit

Permalink
Merge pull request voxpupuli#1311 from bastelfreak/travis
Browse files Browse the repository at this point in the history
simplify travis helper
  • Loading branch information
bastelfreak authored Feb 1, 2019
2 parents a1863b2 + b0727ac commit 301c9cc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
# THIS FILE IS MANAGED BY MODULESYNC

rm -f Gemfile.lock
if [ "${PUPPET_VERSION}" = '~> 4.0' ]; then
gem install bundler -v '< 2' --no-rdoc --no-ri;
else
gem update --system;
gem update bundler;
bundle --version;
fi
gem update --system
gem update bundler
bundle --version

0 comments on commit 301c9cc

Please sign in to comment.