diff options
| author | Martin Pärtel <martin.partel@gmail.com> | 2016-03-10 05:51:08 +0000 |
|---|---|---|
| committer | Martin Pärtel <martin.partel@gmail.com> | 2016-03-10 05:51:08 +0000 |
| commit | 8e1732726b2b803f1cea87c2ae8f553ab451e8fe (patch) | |
| tree | aebd50a9976e1e32ea6f8a9faea1d2dffd8e3030 /.travis.yml | |
| parent | 1aa737163b1995475be308f938bce784e69f75dd (diff) | |
| download | bindfs-8e1732726b2b803f1cea87c2ae8f553ab451e8fe.tar.gz | |
Travis: make FUSE files accessible to test user.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index bc8ddef..5597033 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,5 @@ before_install: - sudo apt-get update - sudo apt-get install -qq fuse libfuse-dev valgrind - sudo /bin/sh -c 'echo user_allow_other > /etc/fuse.conf' + - sudo chmod 0777 /dev/fuse + - sudo chmod 0777 /etc/fuse.conf |
