diff options
author | raveit65 <[email protected]> | 2021-09-12 16:18:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-09-12 16:39:25 +0200 |
commit | 37a6c93ac4161a9237f653880cc5c619bd8128c8 (patch) | |
tree | ee77ba5ba0b00f079c7d53fafd741305a4173743 | |
parent | db08fd4bbe0b01ca1959afcf36af8191fa790a90 (diff) | |
download | mate-backgrounds-37a6c93ac4161a9237f653880cc5c619bd8128c8.tar.bz2 mate-backgrounds-37a6c93ac4161a9237f653880cc5c619bd8128c8.tar.xz |
branch 1.26
-rw-r--r-- | .build.yml | 4 | ||||
-rw-r--r-- | .travis.yml | 2 |
2 files changed, 1 insertions, 5 deletions
@@ -48,10 +48,6 @@ build_scripts: after_scripts: - if [ ${BUILD_TYPE} == "scripts" ];then - - if [ ${DISTRO_NAME} == "debian" ];then - - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - - bash ./debian.sh - - fi - make distcheck - fi diff --git a/.travis.yml b/.travis.yml index ee55926..498f1a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ script: notifications: irc: - if: (tag OR branch = master) AND + if: (tag OR branch = "1.26") AND repo = "mate-desktop/mate-backgrounds" channels: - "irc.libera.chat#mate-dev" |