diff options
author | lukefromdc <[email protected]> | 2024-10-15 15:29:54 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-10-17 01:21:11 -0400 |
commit | f2c3ec86c259ffafdb01eef56e2066b74098df54 (patch) | |
tree | 4d3d8b359ae58d149f68e152a9d8e573dbaec388 | |
parent | 65b2b9e74e8c6c5fc030036a2f11354cc496dd07 (diff) | |
download | mate-panel-f2c3ec86c259ffafdb01eef56e2066b74098df54.tar.bz2 mate-panel-f2c3ec86c259ffafdb01eef56e2066b74098df54.tar.xz |
Attempt to fix 2nd Travis deployment issue
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index bb976db9..08f67464 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,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: |