diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 22:15:19 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-28 13:35:23 +0200 |
commit | 074310ebf5cd310a9a64f359c6a544ce6613a8f9 (patch) | |
tree | 2e59971e1cfa360540100ca641bb9123e346569f | |
parent | db25c6eedf78a12424af9a24added408b5e47ec0 (diff) | |
download | pluma-074310ebf5cd310a9a64f359c6a544ce6613a8f9.tar.bz2 pluma-074310ebf5cd310a9a64f359c6a544ce6613a8f9.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 b087f38c..402568bc 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: |