mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Remove the force uninstall bundler from travis. (#2533)
Signed-off-by: Jared Quick <jquick@chef.io>
This commit is contained in:
parent
be2216a1b8
commit
7d26674754
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ bundler_args: "--without integration tools maintenance deploy"
|
|||
before_install:
|
||||
- gem update --system
|
||||
- gem --version
|
||||
- rvm @global do gem uninstall bundler -a -x
|
||||
- rvm @global do gem install bundler
|
||||
- bundle --version
|
||||
matrix:
|
||||
|
|
Loading…
Reference in a new issue