From 748da49fdd08f8617f4792892b69def4a4125e5c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 27 Jun 2020 13:38:59 +0200 Subject: CI: fix releasing tarballs --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9bbe390..1667b2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,13 +7,15 @@ services: addons: apt: packages: - - python3-github + - python3-pip + - python3-setuptool 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