summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2024-11-07 01:46:02 -0500
committerlukefromdc <[email protected]>2024-11-07 04:20:10 -0500
commit51fbdc2b4a7776ad97c51e44c64612abe6d74259 (patch)
treec748dc90e14abd08fa8e15262370a3ed79e05ce6
parentd90c625350c52b2ca10b6edda50c977075ad5fc6 (diff)
downloadcaja-51fbdc2b4a7776ad97c51e44c64612abe6d74259.tar.bz2
caja-51fbdc2b4a7776ad97c51e44c64612abe6d74259.tar.xz
ci: Bump dpl branches for Ruby 3 support
-rw-r--r--.travis.yml6
1 files 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