From 37a6c93ac4161a9237f653880cc5c619bd8128c8 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 12 Sep 2021 16:18:31 +0200 Subject: branch 1.26 --- .build.yml | 4 ---- .travis.yml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.build.yml b/.build.yml index 729a56d..aa76717 100644 --- a/.build.yml +++ b/.build.yml @@ -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" -- cgit v1.2.1