diff options
author | lukefromdc <[email protected]> | 2024-06-20 12:47:55 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-06-20 12:47:55 -0400 |
commit | cfb099eba0b0286735c04d3ab5d877d3bad33c96 (patch) | |
tree | 67a30b3ae8ab1ed81ead9ce6915b048384f0d590 | |
parent | cc27fad468034be8fd23f81296249f09165b4c8b (diff) | |
download | mate-panel-cfb099eba0b0286735c04d3ab5d877d3bad33c96.tar.bz2 mate-panel-cfb099eba0b0286735c04d3ab5d877d3bad33c96.tar.xz |
Reapply "Fix travis deployment"
This reverts commit 474d6ee766326b2418aed95b3cfd0c794f464e96.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7e5f6984..749b34db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,8 @@ notifications: deploy: - provider: script - edge: true + edge: + branch: v2.0.3-beta.4 script: ./docker-build --verbose --config .build.yml --release github on: tags: true |