summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-06-22 22:13:17 +0000
committerraveit65 <[email protected]>2020-06-23 14:10:38 +0200
commitff15c350f46a9373326abb6e865f48d4659438a4 (patch)
treedf1470b7b10ea4a635fa62c6166a0bf44ae0a5c1
parent89f8128c7dd1b5255eb6c6f1d6ab892785b26d19 (diff)
downloadengrampa-ff15c350f46a9373326abb6e865f48d4659438a4.tar.bz2
engrampa-ff15c350f46a9373326abb6e865f48d4659438a4.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 105a79f..5d40c25 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: