Skip to content

Commit

Permalink
don't run fuse with sudo on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
havardgulldahl committed Sep 4, 2016
1 parent f8996dc commit a5c4cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ script:
- PYTHONPATH=$PYTHONPATH:./src py.test tests/
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then ./tests/fusetest.sh; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then ./tests/clitest.sh; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then sudo ./tests/fusetest.sh; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./tests/fusetest.sh; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./tests/clitest.sh; fi

0 comments on commit a5c4cd7

Please sign in to comment.