mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
Remove attempts to enable user_xattr
[no ci]
This commit is contained in:
parent
f4f9138945
commit
7dd937fb4e
1 changed files with 0 additions and 3 deletions
|
@ -4,9 +4,6 @@ python:
|
||||||
- "3.3"
|
- "3.3"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- "sudo apt-get install fakeroot"
|
|
||||||
- "mount"
|
|
||||||
- "sudo mount /home/travis -o remount,user_xattr"
|
|
||||||
- "pip install --use-mirrors Cython"
|
- "pip install --use-mirrors Cython"
|
||||||
- "pip install -e ."
|
- "pip install -e ."
|
||||||
# command to run tests
|
# command to run tests
|
||||||
|
|
Loading…
Reference in a new issue