diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 21:59:13 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-25 12:06:30 +0200 |
commit | 59110517eee51f8b6d327eb4588d207af8575b8b (patch) | |
tree | ef5baf8073048a6fdbf310ca0e1eef437e726909 /.travis.yml | |
parent | 98624f4a35d4af48b38a0df1b40090f9e4c08ff5 (diff) | |
download | mate-backgrounds-59110517eee51f8b6d327eb4588d207af8575b8b.tar.bz2 mate-backgrounds-59110517eee51f8b6d327eb4588d207af8575b8b.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 e2fb241..a80457f 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: |