summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-06-22 22:12:17 +0000
committerraveit65 <[email protected]>2020-06-27 19:23:13 +0200
commitcac03477fba7fe9fdba4371947da647e4876e1d9 (patch)
treeb52c6945fd44461e9d0bcc82f7e69575cb29bac0
parent0c801d94b8cd5df6055a1ae18dc9b98e8be86048 (diff)
downloadmate-system-monitor-cac03477fba7fe9fdba4371947da647e4876e1d9.tar.bz2
mate-system-monitor-cac03477fba7fe9fdba4371947da647e4876e1d9.tar.xz
[ci] fix release tarball on travis CI failed
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 10cdb67..4774f41 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,8 @@ services:
addons:
apt:
packages:
- - python3-github
+ - python3-pip
+ - python3-setuptools
branches:
except:
@@ -19,6 +20,7 @@ before_install:
- chmod +x docker-build gen-index
install:
+ - pip3 install PyGithub
- ./docker-build --name ${DISTRO} --config .build.yml --install
script: