diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 22:13:17 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-23 14:10:38 +0200 |
commit | ff15c350f46a9373326abb6e865f48d4659438a4 (patch) | |
tree | df1470b7b10ea4a635fa62c6166a0bf44ae0a5c1 | |
parent | 89f8128c7dd1b5255eb6c6f1d6ab892785b26d19 (diff) | |
download | engrampa-ff15c350f46a9373326abb6e865f48d4659438a4.tar.bz2 engrampa-ff15c350f46a9373326abb6e865f48d4659438a4.tar.xz |
[ci] fix release tarball on travis CI failed
-rw-r--r-- | .travis.yml | 4 |
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: |