diff options
author | correctmost <[email protected]> | 2024-10-15 18:12:03 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-10-16 02:47:42 -0400 |
commit | a3a20ccb54e56e9178addd382e78f4e518ae3826 (patch) | |
tree | 1130b8d2673c33cee5e11cd387a02e11b97d7431 | |
parent | c0eaf88d485d699338d64c97baa38134ca2a0d18 (diff) | |
download | mate-panel-a3a20ccb54e56e9178addd382e78f4e518ae3826.tar.bz2 mate-panel-a3a20ccb54e56e9178addd382e78f4e518ae3826.tar.xz |
ci: Bump dpl branches for Ruby 3 support
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 88c3a2e5..bb976db9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ notifications: deploy: - provider: pages edge: - branch: v2.0.3-beta.4 + branch: v2.0.5 token: $GITHUB_TOKEN keep_history: false committer_from_gh: true @@ -53,7 +53,7 @@ deploy: condition: ${DISTRO} =~ ^fedora.*$ - provider: script edge: - branch: v2.0.3-beta.4 + branch: v2.0.5 script: ./docker-build --verbose --config .build.yml --release github on: tags: true |