diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 22:00:09 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-26 19:45:15 +0200 |
commit | 6f2ea230f3332f4c59a92e658be4a17cafa6367d (patch) | |
tree | 2f79cb463d8af622099afa1c11f1bc0670ac53af | |
parent | 72ea2fd68957984060d45972b4bd4d382dd2c2e0 (diff) | |
download | mate-menus-6f2ea230f3332f4c59a92e658be4a17cafa6367d.tar.bz2 mate-menus-6f2ea230f3332f4c59a92e658be4a17cafa6367d.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 e0f896d..be37392 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: |