aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2016-03-10 05:38:16 +0000
committerMartin Pärtel <martin.partel@gmail.com>2016-03-10 05:38:16 +0000
commit1aa737163b1995475be308f938bce784e69f75dd (patch)
tree3adf5084984a9b8ea610e82e33ae3fa4ee8abd4b
parentea47fe7c1c124513c0ccd08918bbdfb9b599aaeb (diff)
downloadbindfs-1aa737163b1995475be308f938bce784e69f75dd.tar.gz
Have Travis run non-root tests as well.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bc989ac..bc8ddef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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