diff options
author | lukefromdc <[email protected]> | 2024-11-22 03:36:32 -0500 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-11-22 03:36:32 -0500 |
commit | e385de1a3843f8913b141c1f806ac950d6086e3d (patch) | |
tree | 8ee71c217c8e6ce9820ce868077d9e5b4d0c7083 /.travis.yml | |
parent | 3700c3622438fa25dee0b4d6b2404671b3579322 (diff) | |
download | mate-applets-e385de1a3843f8913b141c1f806ac950d6086e3d.tar.bz2 mate-applets-e385de1a3843f8913b141c1f806ac950d6086e3d.tar.xz |
CI: 3ed try to fix start of jobs
*Use same test as with caja
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files 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 |