mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-14 10:26:29 +00:00
travis: forgot to use sudo when installing packages
This commit is contained in:
parent
14808b77cb
commit
337892c635
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ python:
|
|||
- "3.3"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- "apt-get install -y libacl1-dev"
|
||||
- "sudo apt-get install -y libacl1-dev"
|
||||
- "pip install --use-mirrors Cython"
|
||||
- "pip install -e ."
|
||||
# command to run tests
|
||||
|
|
Loading…
Reference in a new issue