Skip to content

Commit 79cc463

Browse files
author
Pan
committed
Updated travis cfg.
1 parent 75ef05b commit 79cc463

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
cache: pip
33
notifications:
44
email: false
5-
sudo: false
5+
sudo: true
66
services:
77
- docker
88
python:
@@ -29,6 +29,7 @@ jobs:
2929
install: skip
3030
script:
3131
- ./docker/build-packages.sh
32+
- sudo chown -R ${USER} *
3233
- ls -ltrh *.{rpm,deb}
3334
deploy:
3435
- provider: pypi

0 commit comments

Comments
 (0)