diff options
author | raveit65 <[email protected]> | 2020-06-21 17:53:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-21 17:53:30 +0200 |
commit | 3ae52ddb9d84ea703a692d8e7270b0bb0b534b99 (patch) | |
tree | 2fb86f39070c2366c3dc514340989007a8f03236 /.travis.yml | |
parent | 25dae1d8a5efbae35a6d2c9209f6e988a42d281d (diff) | |
download | caja-3ae52ddb9d84ea703a692d8e7270b0bb0b534b99.tar.bz2 caja-3ae52ddb9d84ea703a692d8e7270b0bb0b534b99.tar.xz |
travis(ci):fix releasing tarballs
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c8187d09..94538768 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: |