summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-06-22 21:59:41 +0000
committerraveit65 <[email protected]>2020-06-26 11:09:36 +0200
commit7b5070e90799e73f189849ae6bc8ba2f6b13971c (patch)
treeae2be8f98e15fbc243a77a720154f96cbcd7fab8
parenta022822654b51e6801ee898adbf90ea5ea39fa33 (diff)
downloadmate-desktop-7b5070e90799e73f189849ae6bc8ba2f6b13971c.tar.bz2
mate-desktop-7b5070e90799e73f189849ae6bc8ba2f6b13971c.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 6d9f044..6f24df7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,13 +8,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: