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 9aab8f7 + feafe40 commit 607e581
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 607e581

Please sign in to comment.