summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-06-21 17:53:30 +0200
committerraveit65 <[email protected]>2022-07-21 17:34:56 +0200
commitfee8a4cf59e603e24b3c39dd0b271010bc97dca7 (patch)
tree9f984a570c622a4a145d3d3af731e040907e1fcd /.travis.yml
parenta4e96ed1125733fe426c696d224a593dfd39ef78 (diff)
downloadcaja-fee8a4cf59e603e24b3c39dd0b271010bc97dca7.tar.bz2
caja-fee8a4cf59e603e24b3c39dd0b271010bc97dca7.tar.xz
travis(ci):fix releasing tarballs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index deaba331..45a002b9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,8 @@ services:
addons:
apt:
packages:
- - python3-github
+ - python3-pip
+ - python3-setuptools
branches:
except:
@@ -20,6 +21,7 @@ before_install:
- chmod +x docker-build gen-index
install:
+ - pip3 install PyGithub
- ./docker-build --name ${DISTRO} --config .build.yml --install
script: