diff options
author | lukefromdc <[email protected]> | 2024-11-26 15:36:49 -0500 |
---|---|---|
committer | Luke from DC <[email protected]> | 2024-11-26 20:43:34 +0000 |
commit | 6465b42ca1a261d3b8135b3db8a0e1864a9d4047 (patch) | |
tree | a463a331f93794133f0d36ab740e735272c2db65 | |
parent | dcc657875fa1733f7f9a9ade4f5eb0ab6ce3b1c8 (diff) | |
download | mate-notification-daemon-6465b42ca1a261d3b8135b3db8a0e1864a9d4047.tar.bz2 mate-notification-daemon-6465b42ca1a261d3b8135b3db8a0e1864a9d4047.tar.xz |
Try to fix start of travis build process
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dec4f37..81711b3 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: |