diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 21:59:50 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-26 11:16:52 +0200 |
commit | 593b373f344036d049be4f8e39d0e00e032d5d3e (patch) | |
tree | 68ae626608651c872e919da87e6fdcfdad0239e5 /.travis.yml | |
parent | f753878b1be6aa216eaafed5ba4eb908d8bda092 (diff) | |
download | mate-icon-theme-593b373f344036d049be4f8e39d0e00e032d5d3e.tar.bz2 mate-icon-theme-593b373f344036d049be4f8e39d0e00e032d5d3e.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 e898492..5c3ded3 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: |