diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 22:14:44 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-28 12:18:31 +0200 |
commit | 02eb28fc754bad88ba7365ff21b834e543f82ad7 (patch) | |
tree | f2539d170593ace8c67123beb94770bed7ef4690 /.travis.yml | |
parent | 8e86de8b61dd392b284d150a1df1d8c8543e6cb4 (diff) | |
download | mate-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.yml | 4 |
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: |