Browse Source

added permissions change to accomodate https://bugs.launchpad.net/ubuntu/+source/fuse/+bug/794494

Daniel Roesler 9 years ago
parent
commit
9e69fa7b0f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -9,6 +9,7 @@ python:
   - "nightly"
   - "nightly"
 before_install:
 before_install:
   - sudo apt-get install fuse
   - sudo apt-get install fuse
+  - sudo chmod a+r /etc/fuse.conf
 install:
 install:
   - pip install -r tests/requirements.txt
   - pip install -r tests/requirements.txt
 script:
 script: