From e385de1a3843f8913b141c1f806ac950d6086e3d Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Fri, 22 Nov 2024 03:36:32 -0500 Subject: CI: 3ed try to fix start of jobs *Use same test as with caja --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f86d03bd..23d7d8ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,14 +20,15 @@ before_install: - chmod +x docker-build gen-index install: - - sudo apt-get install -y python3-pip python3-setuptools - - sudo pip3 install --upgrade pip - pip3 install PyGithub - ./docker-build --name ${DISTRO} --config .build.yml --install script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +script: + - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts + notifications: irc: if: (tag OR branch = master) AND -- cgit v1.2.1