diff options
author | Wu Xiaotian <[email protected]> | 2020-06-21 01:10:49 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-20 20:52:23 +0200 |
commit | 9aaff0575d81553b14ffb328feb19ed1a8e331e5 (patch) | |
tree | d6a4582e8a3beb7ce792eac86fcaaa5cecc60a1c | |
parent | 0042bbb66d16b82d4bb84482e3b2c1a4f51175ee (diff) | |
download | mate-panel-9aaff0575d81553b14ffb328feb19ed1a8e331e5.tar.bz2 mate-panel-9aaff0575d81553b14ffb328feb19ed1a8e331e5.tar.xz |
fix release tarballs 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 9f6dccc6..6a9d5972 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: |