avoid too much verbosity
diff --git a/.travis.yml b/.travis.yml
index 6fa4d6e..6e0f985 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,5 +6,5 @@
     - autoreconf -iv
     - ./configure --enable-Werror
     - make -j8
-    - make check V=1
-    - make distcheck V=1
+    - make check
+    - make distcheck