Skip to content

Commit 211329f

Browse files
committed
Use sudo to install packagecore
1 parent dcf8fbf commit 211329f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ before_deploy:
2828
- unset CFLAGS
2929
- sudo apt-get update -qy
3030
- sudo apt-get install -qy python3 python3-pip
31-
- python3 -m pip install packagecore
31+
- sudo python3 -m pip install packagecore
3232
- packagecore -o dist/ "${TRAVIS_TAG#v}"
3333

3434
deploy:

0 commit comments

Comments
 (0)