From 01f4a520db1401f70536965ad64e9dbce13f6d3d Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Mon, 22 Jun 2020 22:11:59 +0000 Subject: [ci] fix release tarball on travis CI failed --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8cab3c8..7e4cd62 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: -- cgit v1.2.1