summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-06-22 22:11:59 +0000
committerraveit65 <[email protected]>2020-06-27 18:21:17 +0200
commit6edaa13bf6a65dd868555b0b26147ab0867b8921 (patch)
treee0432034f40a79953d0f10018b30dac24022ac69 /.travis.yml
parent366c2fffb6bb8572d58fe6cc23c8773898838e59 (diff)
downloadmate-session-manager-6edaa13bf6a65dd868555b0b26147ab0867b8921.tar.bz2
mate-session-manager-6edaa13bf6a65dd868555b0b26147ab0867b8921.tar.xz
[ci] fix release tarball on travis CI failed
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8d9fe43..e6a6fd6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,8 @@ services:
addons:
apt:
packages:
- - python3-github
+ - python3-pip
+ - python3-setuptools
branches:
except:
@@ -18,6 +19,7 @@ before_install:
- chmod +x docker-build gen-index
install:
+ - pip3 install PyGithub
- ./docker-build --name ${DISTRO} --config .build.yml --install
script: