summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-06-22 21:59:41 +0000
committerraveit65 <[email protected]>2020-06-26 11:07:30 +0200
commitb6482329f9795ea3a4268c137b8420252fefa1d6 (patch)
tree8ee57891f0792bae3b28aee5388b48168d6cfc46
parentbd7b4dc698972f3b3bbc2887c0a546b03747ee8e (diff)
downloadmate-desktop-b6482329f9795ea3a4268c137b8420252fefa1d6.tar.bz2
mate-desktop-b6482329f9795ea3a4268c137b8420252fefa1d6.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 fe74629..0c56036 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,8 @@ services:
addons:
apt:
packages:
- - python3-github
+ - python3-pip
+ - python3-setuptools
branches:
except:
@@ -20,6 +21,7 @@ before_install:
- chmod +x docker-build gen-index
install:
+ - pip3 install PyGithub
- ./docker-build --name ${DISTRO} --config .build.yml --install
script: