diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 21:59:13 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-25 12:08:09 +0200 |
commit | e922dd7225a371c3b9c23815c435673a76856d2a (patch) | |
tree | 54282749b963e46cbe07d5253b967ced32677f2e | |
parent | 989a3f712bc04d57d3b30a7de68024e0e3265b06 (diff) | |
download | mate-backgrounds-e922dd7225a371c3b9c23815c435673a76856d2a.tar.bz2 mate-backgrounds-e922dd7225a371c3b9c23815c435673a76856d2a.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 852c64c..5f078fe 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: |