diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 22:13:36 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-25 09:44:53 +0200 |
commit | 39dd55ff1b06a68f220f5a8af0ec5030f3279fd9 (patch) | |
tree | f647d2d326c6eeca96a7216d08bd967dba290ede /.travis.yml | |
parent | aee2a8abdb50314e3e32f7bc7385172b0729a1a1 (diff) | |
download | mate-applets-39dd55ff1b06a68f220f5a8af0ec5030f3279fd9.tar.bz2 mate-applets-39dd55ff1b06a68f220f5a8af0ec5030f3279fd9.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 91ddf385..24c0d70b 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: |