فهرست منبع

Try /home/travis next

Jonas Borgström 12 سال پیش
والد
کامیت
f4f9138945
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -5,7 +5,8 @@ python:
 # command to install dependencies
 # command to install dependencies
 install:
 install:
   - "sudo apt-get install fakeroot"
   - "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 --use-mirrors Cython"
   - "pip install -e ."
   - "pip install -e ."
 # command to run tests
 # command to run tests