diff options
| author | Wu Xiaotian <[email protected]> | 2020-06-22 22:14:24 +0000 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2020-06-27 14:50:11 +0200 | 
| commit | f7dca29734127a1cd36a93cee82cc344e6a4fe2b (patch) | |
| tree | 2d877de0849ec516f361e0a3895e6cd49ea2e24e | |
| parent | c2bc5bbdef9dad7c6f57f806e82cf7365f65e6a6 (diff) | |
| download | mate-sensors-applet-f7dca29734127a1cd36a93cee82cc344e6a4fe2b.tar.bz2 mate-sensors-applet-f7dca29734127a1cd36a93cee82cc344e6a4fe2b.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 7df58b7..56990dd 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: | 
