Przeglądaj źródła

Try /home/travis next

Jonas Borgström 12 lat temu
rodzic
commit
f4f9138945
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

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