mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
ensure bundler is installed on travis
This commit is contained in:
parent
3a704b5901
commit
925e1a7c4f
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ services:
|
|||
bundler_args: --without integration tools maintenance
|
||||
|
||||
before_install:
|
||||
- gem install bundler
|
||||
- gem update --system 2.4.5
|
||||
- gem --version
|
||||
|
||||
|
|
Loading…
Reference in a new issue