summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-06-22 22:14:44 +0000
committerraveit65 <[email protected]>2020-06-28 12:18:31 +0200
commit02eb28fc754bad88ba7365ff21b834e543f82ad7 (patch)
treef2539d170593ace8c67123beb94770bed7ef4690 /.travis.yml
parent8e86de8b61dd392b284d150a1df1d8c8543e6cb4 (diff)
downloadmate-user-share-02eb28fc754bad88ba7365ff21b834e543f82ad7.tar.bz2
mate-user-share-02eb28fc754bad88ba7365ff21b834e543f82ad7.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 a3cb6d7..fbbb9a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,13 +6,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: