diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 22:15:07 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-28 13:10:28 +0200 |
commit | eeaf79cd9530ceee211c489a86ec2082b8702f86 (patch) | |
tree | 6653e7d3eb57bc38db2925f8283e4f74eac23780 /.travis.yml | |
parent | 15445543f2526243c2f6a43213933398269c70e8 (diff) | |
download | mozo-eeaf79cd9530ceee211c489a86ec2082b8702f86.tar.bz2 mozo-eeaf79cd9530ceee211c489a86ec2082b8702f86.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 24272b9..537c2d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,13 +7,15 @@ services: addons: apt: packages: - - python3-github + - python3-pip + - python3-setuptools before_install: - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build - chmod +x docker-build install: + - pip3 install PyGithub - ./docker-build --name ${DISTRO} --config .build.yml --install script: |