Skip to content

Commit

Permalink
Travis CI: Workaround deployment fail by install bundler uri logger
Browse files Browse the repository at this point in the history
(fix of commit a398d87)
  • Loading branch information
ivmai committed Sep 6, 2024
1 parent a398d87 commit a417839
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ script:
fi

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

deploy:
provider: releases
Expand Down

0 comments on commit a417839

Please sign in to comment.