summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-06-22 22:14:03 +0000
committerraveit65 <[email protected]>2020-06-26 11:27:20 +0200
commit9af347969c0abcaca5a81b01da80d9fa5c2737aa (patch)
tree649a5e0e08c2892142e38a150be47b8eb8b4d41c
parente4b7a2c7e057ce5e6db7e4281cda017c086c2578 (diff)
downloadmate-indicator-applet-9af347969c0abcaca5a81b01da80d9fa5c2737aa.tar.bz2
mate-indicator-applet-9af347969c0abcaca5a81b01da80d9fa5c2737aa.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 b4bb515..7f16c67 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: