Skip to content

Commit

Permalink
Have Travis run non-root tests as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpartel committed Mar 10, 2016
1 parent ea47fe7 commit 1aa7371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ dist: trusty
compiler:
- clang
- gcc
script: ./autogen.sh -d && make && sudo make check
script: ./autogen.sh -d && make && make check && sudo make check
before_install:
- sudo apt-get update
- sudo apt-get install -qq fuse libfuse-dev valgrind
Expand Down

0 comments on commit 1aa7371

Please sign in to comment.