diff options
author | raveit65 <mate@raveit.de> | 2020-06-21 17:53:30 +0200 |
---|---|---|
committer | raveit65 <mate@raveit.de> | 2022-07-21 17:34:56 +0200 |
commit | fee8a4cf59e603e24b3c39dd0b271010bc97dca7 (patch) | |
tree | 9f984a570c622a4a145d3d3af731e040907e1fcd | |
parent | a4e96ed1125733fe426c696d224a593dfd39ef78 (diff) | |
download | caja-fee8a4cf59e603e24b3c39dd0b271010bc97dca7.tar.bz2 caja-fee8a4cf59e603e24b3c39dd0b271010bc97dca7.tar.xz |
travis(ci):fix releasing tarballs
-rw-r--r-- | .travis.yml | 4 |
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: |