diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 22:12:08 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-27 11:47:14 +0200 |
commit | b32db78e6f17aa302e339b150dcb7c3f6a0ed01b (patch) | |
tree | 8d12327c4532810ff8654672099d26e82743c15c /.travis.yml | |
parent | 6caebf71adbddd565bdeed423cc8c86b50421fb5 (diff) | |
download | mate-settings-daemon-b32db78e6f17aa302e339b150dcb7c3f6a0ed01b.tar.bz2 mate-settings-daemon-b32db78e6f17aa302e339b150dcb7c3f6a0ed01b.tar.xz |
[ci] fix release tarball on travis CI failed
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8fdb1b5..92207e2 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: |