diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 22:00:09 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-26 18:59:39 +0200 |
commit | 77f2a13f335de8671039c79d20b86f5c484887e0 (patch) | |
tree | 688445957b5a6dd524e822818eb6d9a092130d14 | |
parent | 52724fdeee2e2e2a8d19b3735503c0a981ab7f41 (diff) | |
download | mate-menus-77f2a13f335de8671039c79d20b86f5c484887e0.tar.bz2 mate-menus-77f2a13f335de8671039c79d20b86f5c484887e0.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 78b9e99..5efb6b7 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: |