diff --git a/.travis.yml b/.travis.yml index 6c2d0e53..2e16bced 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,12 @@ language: ruby services: - redis-server -cache: bundler - addons: snaps: - name: docker channel: latest/beta + +cache: bundler env: global: @@ -17,10 +17,15 @@ env: jobs: include: - stage: "testing time" + before_install: + - gem install bundler:2.4.13 + - gem install rubygems-update -v 3.4.22 script: bundle exec rspec -f documentation --color --order rand spec - stage: ":ship: it to quay.io" ruby: before_install: + - gem install bundler:2.4.13 + - gem install rubygems-update -v 3.4.22 before_script: install: services: