From c9d1ee720183bffde731e15ff404b919f4c434d6 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 21 Jun 2020 10:24:42 +0200 Subject: travis(ci):fix releasing tarballs --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 70f13f8..dad90a4 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: -- cgit v1.2.1