diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 22:12:17 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-27 19:27:00 +0200 |
commit | e229bce9097a4dbff7d3fbac412112d9eae5abd5 (patch) | |
tree | 7a6852f2074ca65b3e752fc854d2b9ddde7b7bdd | |
parent | d576bb4d69283cba097d521b3879f5b88a84a4c5 (diff) | |
download | mate-system-monitor-e229bce9097a4dbff7d3fbac412112d9eae5abd5.tar.bz2 mate-system-monitor-e229bce9097a4dbff7d3fbac412112d9eae5abd5.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 97a90fe..6786469 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,13 +6,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: |