summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-06-22 22:15:07 +0000
committerraveit65 <[email protected]>2020-06-28 13:12:14 +0200
commiteaf1e6bbec064d9599d9d788278211b7be5916bd (patch)
tree922848e50e7c50f06ef9e686ef1162b8c8bf4c77
parent7ad7c4d9d3644790f08ea92dfb92aa3649eb5ae4 (diff)
downloadmozo-eaf1e6bbec064d9599d9d788278211b7be5916bd.tar.bz2
mozo-eaf1e6bbec064d9599d9d788278211b7be5916bd.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 0ca1428..f2540db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,13 +7,15 @@ services:
addons:
apt:
packages:
- - python3-github
+ - python3-pip
+ - python3-setuptools
before_install:
- curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build
- chmod +x docker-build
install:
+ - pip3 install PyGithub
- ./docker-build --name ${DISTRO} --config .build.yml --install
script: