diff options
author | lukefromdc <[email protected]> | 2024-12-06 18:32:52 -0500 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-12-06 18:32:52 -0500 |
commit | b990d71c48b714fb7e7240c87d4b9b2d3a7adf6a (patch) | |
tree | cc19521ebc3021b04d7cefb2cc82b65d266876d6 | |
parent | 9fc7ea0f1495b45eb5dfc773294d3465057f6e63 (diff) | |
download | mate-panel-b990d71c48b714fb7e7240c87d4b9b2d3a7adf6a.tar.bz2 mate-panel-b990d71c48b714fb7e7240c87d4b9b2d3a7adf6a.tar.xz |
ci: fix start of builds
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 08f67464..c13c5b8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,9 @@ before_install: - chmod +x docker-build gen-index install: - - pip3 install PyGithub + - sudo apt-get install -y python3-pip python3-setuptools + - sudo pip3 install --upgrade pip + - sudo pip3 install PyGithub - ./docker-build --name ${DISTRO} --config .build.yml --install script: |