Skip to content

Commit

Permalink
Travis CI: Workaround deployment fail by gem update and install on focal
Browse files Browse the repository at this point in the history
(fix of commits a398d87, a417839, 9e2289d)
  • Loading branch information
ivmai committed Sep 6, 2024
1 parent 9e2289d commit 53413f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ script:
gzip --best --verbose gc-*.tar;
fi

before_deploy:
- yes | gem update --system --force
- gem install bundler
- gem install uri
- gem install logger

deploy:
provider: releases
edge: true
Expand Down

0 comments on commit 53413f9

Please sign in to comment.