diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 22:00:20 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-26 20:05:13 +0200 |
commit | 8bea0944a304f9531d424b5f50b8a29417b2a54c (patch) | |
tree | 1ebe3dae33e14b345f24a2d1c8444f9a791549b0 | |
parent | 7812d41f68886636999a3e9541321532e87e6d02 (diff) | |
download | mate-notification-daemon-8bea0944a304f9531d424b5f50b8a29417b2a54c.tar.bz2 mate-notification-daemon-8bea0944a304f9531d424b5f50b8a29417b2a54c.tar.xz |
[ci] fix release tarball on travis CI failed
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3ea4656..2cae4d0 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: |