diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 21:59:22 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-25 12:18:55 +0200 |
commit | 27c919ec63be2d4af5490972d961355966a36f44 (patch) | |
tree | 9fcf3831647add01c2f4cacfa81f7e2676e93001 /.travis.yml | |
parent | 8002a5d49432a01b30a402e09591b7416662ce68 (diff) | |
download | mate-common-27c919ec63be2d4af5490972d961355966a36f44.tar.bz2 mate-common-27c919ec63be2d4af5490972d961355966a36f44.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 3c5871d..62d30a1 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: |