From 75d787ad2a8ced36e0dac1d956b9465750c536af Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Thu, 7 Nov 2024 01:47:15 -0500 Subject: Attempt to fix 2nd Travis deployment issue --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 32417ee2..0d9dd451 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,12 @@ notifications: on_success: never on_failure: always +before_deploy: + - yes | gem update --system --force + - gem install bundler + - gem install uri + - gem install logger + deploy: - provider: pages edge: -- cgit v1.2.1