diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 22:12:17 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-27 19:23:13 +0200 |
commit | cac03477fba7fe9fdba4371947da647e4876e1d9 (patch) | |
tree | b52c6945fd44461e9d0bcc82f7e69575cb29bac0 /.travis.yml | |
parent | 0c801d94b8cd5df6055a1ae18dc9b98e8be86048 (diff) | |
download | mate-system-monitor-cac03477fba7fe9fdba4371947da647e4876e1d9.tar.bz2 mate-system-monitor-cac03477fba7fe9fdba4371947da647e4876e1d9.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 10cdb67..4774f41 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: |