summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-06-21 01:10:49 +0000
committerraveit65 <[email protected]>2020-06-20 20:14:39 +0200
commit33ac306e984d12ea75c91873e04f01584351a59c (patch)
tree0a74292ae6c8f4af2c578cbe453623daac453e62
parent825aaf811425bee325240584c28aa3d6e56f9ad9 (diff)
downloadmate-panel-33ac306e984d12ea75c91873e04f01584351a59c.tar.bz2
mate-panel-33ac306e984d12ea75c91873e04f01584351a59c.tar.xz
fix release tarballs on travis CI failedv1.25.0
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f560500b..c23569c1 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: