summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-06-22 22:13:17 +0000
committerraveit65 <[email protected]>2020-06-23 14:11:57 +0200
commit1328d6a9423548af9072408e0a778a6a08525998 (patch)
tree4af6c016683daa7e27d17f9ad8e1790b725eedd2
parent4ac03ce6308d39e66fd59ae564174696aaeba4fe (diff)
downloadengrampa-1328d6a9423548af9072408e0a778a6a08525998.tar.bz2
engrampa-1328d6a9423548af9072408e0a778a6a08525998.tar.xz
[ci] fix release tarball on travis CI failed
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8ca6632..660af4d 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: