diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 22:14:44 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-28 12:17:45 +0200 |
commit | ceeb6e4bfa0863469235536bc98c6673059e54c0 (patch) | |
tree | 23f6860445b8bf25c9e05c897c3ab819c08599fe | |
parent | 0ac8ecb990d2ac92abe5cf4ae7e22ed100d51990 (diff) | |
download | mate-user-share-ceeb6e4bfa0863469235536bc98c6673059e54c0.tar.bz2 mate-user-share-ceeb6e4bfa0863469235536bc98c6673059e54c0.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 502f03a..ad191fb 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: |