diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 22:13:06 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-23 12:34:01 +0200 |
commit | 22c7f5486c17392976382b7115a9b48136026d84 (patch) | |
tree | 5faa048018e2f142daabc6da3f281040c8686e21 | |
parent | 98f663d85b4e962caed7cafd5dcfcde230309a68 (diff) | |
download | caja-extensions-22c7f5486c17392976382b7115a9b48136026d84.tar.bz2 caja-extensions-22c7f5486c17392976382b7115a9b48136026d84.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 7e765c4..512d7b5 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: |