diff options
Diffstat (limited to '.travis.yml')
-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 |