summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-06-21 10:24:42 +0200
committerraveit65 <[email protected]>2020-06-21 10:27:05 +0200
commitc9d1ee720183bffde731e15ff404b919f4c434d6 (patch)
treec8de6f3a3c178b2991615ee5b216e993075a432e
parentf45a78536074184e70fcf602beae1e60ae6ddd4e (diff)
downloadmate-calc-c9d1ee720183bffde731e15ff404b919f4c434d6.tar.bz2
mate-calc-c9d1ee720183bffde731e15ff404b919f4c434d6.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 70f13f8..dad90a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,13 +7,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: