Explorar el Código

Try /home instead

Jonas Borgström hace 12 años
padre
commit
2a7753c0c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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