Use sudo to install packagecore

This commit is contained in:
Arun Prakash Jana 2017-10-05 07:21:12 +05:30
parent dcf8fbf78b
commit 211329f5df
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ before_deploy:
- unset CFLAGS
- sudo apt-get update -qy
- sudo apt-get install -qy python3 python3-pip
- python3 -m pip install packagecore
- sudo python3 -m pip install packagecore
- packagecore -o dist/ "${TRAVIS_TAG#v}"
deploy: