Browse Source

Enable xattr on the current fs instead of /

Jonas Borgström 12 năm trước cách đây
mục cha
commit
36e6f35d9b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -5,7 +5,7 @@ python:
 # command to install dependencies
 install:
   - "sudo apt-get install fakeroot"
-  - "sudo mount / -o remount,user_xattr"
+  - "sudo mount . -o remount,user_xattr"
   - "pip install --use-mirrors Cython"
   - "pip install -e ."
 # command to run tests