diff options
| author | lukefromdc <[email protected]> | 2024-12-06 18:45:18 -0500 |
|---|---|---|
| committer | lukefromdc <[email protected]> | 2024-12-06 18:45:52 -0500 |
| commit | f8d04498632261a2f31345347679fa33d4d15fe8 (patch) | |
| tree | 4774bc636d3a2ae0df29f6c91483bc0181db7d34 | |
| parent | 5382f14d0ba35716cc1ef8f0548b9df3efb9226d (diff) | |
| download | mate-panel-f8d04498632261a2f31345347679fa33d4d15fe8.tar.bz2 mate-panel-f8d04498632261a2f31345347679fa33d4d15fe8.tar.xz | |
ci: fix Faraday issue on deploy
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c13c5b8a..7d3a9106 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,7 @@ notifications: before_deploy: - yes | gem update --system --force - gem install bundler + - gem install faraday-net_http -v '3.3.0' # Avoid faraday version problem - gem install uri - gem install logger |
