diff options
author | raveit65 <[email protected]> | 2020-06-21 10:24:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-21 10:24:42 +0200 |
commit | f0d011ce5ef246fa386197839adfc175c2760b5a (patch) | |
tree | 24c1ca5ff4d4a24d1754e81aa84bd8defa046794 | |
parent | 1797c14f130fdc82f4e2933a01a45d61a30627ae (diff) | |
download | mate-calc-f0d011ce5ef246fa386197839adfc175c2760b5a.tar.bz2 mate-calc-f0d011ce5ef246fa386197839adfc175c2760b5a.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 1551609..bf14ea9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ services: addons: apt: packages: - - python3-github + - python3-pip + - python3-setuptools branches: except: @@ -19,6 +20,7 @@ before_install: - chmod +x docker-build gen-index install: + - pip3 install PyGithub - ./docker-build --name ${DISTRO} --config .build.yml --install script: |