summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a8dc5a32..95209182 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,8 @@ notifications:
deploy:
- provider: pages
- edge: true
+ edge:
+ branch: v2.0.3-beta.4
token: $GITHUB_TOKEN
keep_history: false
committer_from_gh: true
@@ -51,7 +52,8 @@ deploy:
all_branches: true
condition: ${DISTRO} =~ ^fedora.*$
- provider: script
- edge: true
+ edge:
+ branch: v2.0.3-beta.4
script: ./docker-build --verbose --config .build.yml --release github
on:
tags: true