diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 22:15:07 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-28 13:12:14 +0200 |
commit | eaf1e6bbec064d9599d9d788278211b7be5916bd (patch) | |
tree | 922848e50e7c50f06ef9e686ef1162b8c8bf4c77 | |
parent | 7ad7c4d9d3644790f08ea92dfb92aa3649eb5ae4 (diff) | |
download | mozo-eaf1e6bbec064d9599d9d788278211b7be5916bd.tar.bz2 mozo-eaf1e6bbec064d9599d9d788278211b7be5916bd.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 0ca1428..f2540db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,13 +7,15 @@ services: addons: apt: packages: - - python3-github + - python3-pip + - python3-setuptools before_install: - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build - chmod +x docker-build install: + - pip3 install PyGithub - ./docker-build --name ${DISTRO} --config .build.yml --install script: |