summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4b58ca3d5..b01fc8cfc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ before_script:
script:
- ./configure
&& make
- && ( make check || echo "non-root checks failed" )
+ && make check
&& make dist
after_script: