distcheck has to be capped as well
diff --git a/.travis.yml b/.travis.yml
index f77f3c6..7feee21 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,6 @@
     - ./configure --enable-Werror --enable-code-coverage
     - make -j8
     - make check 2>&1 | tail -10000
-    - make distcheck
+    - make distcheck 2>&1 | tail -10000
 after_success:
   - test "x$CC" = "xgcc" -o "x$CC" = "xclang" && make code-coverage-capture && coveralls-lcov asn1c-*-coverage.info