diff options
author | lukefromdc <[email protected]> | 2024-11-22 03:29:06 -0500 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-11-22 03:29:06 -0500 |
commit | b6f1b9ac7e99b27db750b586433ed783f90ef9c0 (patch) | |
tree | 73860db22c2fd8d20652bb3b2dd768126962fba2 | |
parent | 59d80c774e40c44e53dc507cdd31aac9d4e13d70 (diff) | |
download | mate-applets-b6f1b9ac7e99b27db750b586433ed783f90ef9c0.tar.bz2 mate-applets-b6f1b9ac7e99b27db750b586433ed783f90ef9c0.tar.xz |
ci: fix starting the builds as per error message
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a8df4520..bcac8111 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,10 @@ 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 .travis.yml --install - ./docker-build --name ${DISTRO} --config .build.yml --install script: |