From 4269b09031127ab84d61bf95d1a805a71519f62b Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Thu, 7 Nov 2024 01:46:02 -0500 Subject: ci: Bump dpl branches for Ruby 3 support --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 07234507..32417ee2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,8 @@ notifications: deploy: - provider: pages - edge: true + edge: + branch: v2.0.5 token: $GITHUB_TOKEN keep_history: false committer_from_gh: true @@ -52,7 +53,8 @@ deploy: all_branches: true condition: ${DISTRO} =~ ^fedora.*$ - provider: script - edge: true + edge: + branch: v2.0.5 script: ./docker-build --verbose --config .build.yml --release github on: tags: true -- cgit v1.2.1