Remove debug output
diff --git a/.travis.yml b/.travis.yml
index 34c09a0..35ad867 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,6 @@
   - if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi
   - ./autogen.sh
   - ls -l m4
-  - cat ./configure
   - ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
   - make
   - make dist