summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-06-22 21:53:29 +0000
committerraveit65 <[email protected]>2020-06-24 16:48:14 +0200
commit8e9afc2f1011058dd88f2beccd5646db71e1a091 (patch)
tree98eb2543b3d908dda609abd59981f68ec6c86fcd
parent3401435b0d42ff6c3f8dd9c099412639a1bf4eba (diff)
downloadlibmatekbd-8e9afc2f1011058dd88f2beccd5646db71e1a091.tar.bz2
libmatekbd-8e9afc2f1011058dd88f2beccd5646db71e1a091.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 c458f6f..bc18f2f 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: