summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2024-11-07 01:46:02 -0500
committerlukefromdc <[email protected]>2024-11-07 01:46:02 -0500
commit4269b09031127ab84d61bf95d1a805a71519f62b (patch)
treedc83423f2d05857ac9ffe42f32ebd24881184705
parentd55e854dade057bb954778d12acdbdc77d8c0422 (diff)
downloadcaja-4269b09031127ab84d61bf95d1a805a71519f62b.tar.bz2
caja-4269b09031127ab84d61bf95d1a805a71519f62b.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