瀏覽代碼

Try /home instead

Jonas Borgström 12 年之前
父節點
當前提交
2a7753c0c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 /home -o remount,user_xattr"
   - "pip install --use-mirrors Cython"
   - "pip install -e ."
 # command to run tests