[ci] fix release tarball on travis CI failed

Wu Xiaotian 2020-06-22 22:14:35 +00:00 committed by raveit65
parent f8d2c7bdcc
commit 753e2acbed
1 changed files with 3 additions and 1 deletions

View File

@ -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: