diff options
author | correctmost <[email protected]> | 2024-10-15 18:12:03 -0400 |
---|---|---|
committer | Luke from DC <[email protected]> | 2024-10-16 06:46:32 +0000 |
commit | e7669da07544019d71fd56f3c69634118a8b4560 (patch) | |
tree | 164a936bce04d803a0dc02b55821e25fe2b51a6a | |
parent | 15de78fbd59dfded35c4eb24d1fd51a7a38647d3 (diff) | |
download | mate-panel-master.tar.bz2 mate-panel-master.tar.xz |
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b512bf3d..08f67464 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ before_deploy: deploy: - provider: pages edge: - branch: v2.0.3-beta.4 + branch: v2.0.5 token: $GITHUB_TOKEN keep_history: false committer_from_gh: true @@ -59,7 +59,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 |