diff options
author | Wu Xiaotian <[email protected]> | 2020-06-21 01:10:49 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-20 20:14:39 +0200 |
commit | 33ac306e984d12ea75c91873e04f01584351a59c (patch) | |
tree | 0a74292ae6c8f4af2c578cbe453623daac453e62 /.travis.yml | |
parent | 825aaf811425bee325240584c28aa3d6e56f9ad9 (diff) | |
download | mate-panel-33ac306e984d12ea75c91873e04f01584351a59c.tar.bz2 mate-panel-33ac306e984d12ea75c91873e04f01584351a59c.tar.xz |
fix release tarballs on travis CI failedv1.25.0
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 f560500b..c23569c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ services: addons: apt: packages: - - python3-github + - python3-pip + - python3-setuptools branches: except: @@ -19,6 +20,7 @@ before_install: - chmod +x docker-build gen-index install: + - pip3 install PyGithub - ./docker-build --name ${DISTRO} --config .build.yml --install script: |