summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-09-17 16:01:03 +0200
committerraveit65 <[email protected]>2021-09-17 16:01:03 +0200
commitf634553bf4ac29f9a382762d06adf899a905b9c9 (patch)
tree72d131b0282d7ba46af3afdce4e7e4ba9fd6c855
parent570b4f763e6d5e893dfd90accba318a5dd95d07f (diff)
downloadmozo-f634553bf4ac29f9a382762d06adf899a905b9c9.tar.bz2
mozo-f634553bf4ac29f9a382762d06adf899a905b9c9.tar.xz
branch 1.26
-rw-r--r--.build.yml4
-rw-r--r--.travis.yml2
2 files changed, 1 insertions, 5 deletions
diff --git a/.build.yml b/.build.yml
index b291857..f539ff6 100644
--- a/.build.yml
+++ b/.build.yml
@@ -64,10 +64,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 cc33a70..2f84f59 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/mozo
channels:
- "irc.libera.chat#mate-dev"