diff options
author | lukefromdc <[email protected]> | 2024-11-07 01:47:15 -0500 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-11-07 04:20:19 -0500 |
commit | 75d787ad2a8ced36e0dac1d956b9465750c536af (patch) | |
tree | b845c8c816ee620f33c4edba29ef8c761189d5da | |
parent | 51fbdc2b4a7776ad97c51e44c64612abe6d74259 (diff) | |
download | caja-75d787ad2a8ced36e0dac1d956b9465750c536af.tar.bz2 caja-75d787ad2a8ced36e0dac1d956b9465750c536af.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 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: |