diff options
author | lukefromdc <[email protected]> | 2024-11-07 01:47:15 -0500 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-11-07 01:47:15 -0500 |
commit | cb2bbe45285390b72e8fcd3669b2c139a9e797bb (patch) | |
tree | 554e30bbd294e0bce96e47b746320ca9274dde81 | |
parent | 4269b09031127ab84d61bf95d1a805a71519f62b (diff) | |
download | caja-cb2bbe45285390b72e8fcd3669b2c139a9e797bb.tar.bz2 caja-cb2bbe45285390b72e8fcd3669b2c139a9e797bb.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: |