diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 22:00:00 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-26 11:30:05 +0200 |
commit | 7f8975cc6d8d2379fe4bc8cf3544c3eee21d2b45 (patch) | |
tree | 24d680cfbe222a644893e2d9332ce2a715f41049 | |
parent | 7a8fcf3b18bf9dd92512828fa6f85cce0415fa44 (diff) | |
download | mate-media-7f8975cc6d8d2379fe4bc8cf3544c3eee21d2b45.tar.bz2 mate-media-7f8975cc6d8d2379fe4bc8cf3544c3eee21d2b45.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 df1e500..e345b84 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: |