summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-06-21 17:53:30 +0200
committerraveit65 <[email protected]>2020-06-21 17:55:56 +0200
commit8390f252013006be1178b54645170b051c7826b1 (patch)
treec592f35070cb87d7fe18f22d5fa3a8f20ef87b8c
parent7f77124d0bf596ff571cae81be375c6146981d94 (diff)
downloadcaja-8390f252013006be1178b54645170b051c7826b1.tar.bz2
caja-8390f252013006be1178b54645170b051c7826b1.tar.xz
travis(ci):fix releasing tarballs
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 66e12e0b..55ae464f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,13 +8,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: