diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 22:14:14 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-26 19:56:20 +0200 |
commit | 887ea09e2bc7f53eab02146d1c10e50e9091d7d2 (patch) | |
tree | a6e7399052662f0f2900f1a630ba9da41f318bb2 | |
parent | 7f3fda64af8bc733470925c94e3b3f9300326a98 (diff) | |
download | mate-netbook-887ea09e2bc7f53eab02146d1c10e50e9091d7d2.tar.bz2 mate-netbook-887ea09e2bc7f53eab02146d1c10e50e9091d7d2.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 cd045ca..97cbc8b 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: |