diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7c06642..d265d45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,4 +31,7 @@ matrix: - "gem update --system -N" - "gem update bundler -N" - rvm: 2.5 + before_install: + - gem install bundler + bundler_args: --without code_quality |