Skip to content

Commit

Permalink
Updated travis cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pan committed Aug 4, 2017
1 parent 75ef05b commit 79cc463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python
cache: pip
notifications:
email: false
sudo: false
sudo: true
services:
- docker
python:
Expand All @@ -29,6 +29,7 @@ jobs:
install: skip
script:
- ./docker/build-packages.sh
- sudo chown -R ${USER} *
- ls -ltrh *.{rpm,deb}
deploy:
- provider: pypi
Expand Down

0 comments on commit 79cc463

Please sign in to comment.