summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJonas Borgström <jonas@borgstrom.se>2013-07-03 23:29:40 +0200
committerJonas Borgström <jonas@borgstrom.se>2013-07-03 23:29:40 +0200
commit36e6f35d9bf98b3c930fa9ee61d6dec77f7ce368 (patch)
tree8c707d405be0705b611278ad33dac714c9d378fc /.travis.yml
parent4321b01134caeb39c866864f624d973501e647e3 (diff)
Enable xattr on the current fs instead of /
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e2a5d5820..8d52d9d5a 100644
--- a/.travis.yml
+++ b/.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