diff --git a/.travis.yml b/.travis.yml index 283953bd..17669989 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,3 +37,5 @@ jobs: language: bash script: make ship if: (branch = master and type = push ) OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true +before_install: + - gem install rubygems-update -v 3.4.22