From f34f8039c10c4d8d728bc335dcf2b2a38f6e8b50 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sun, 18 Mar 2018 15:30:00 -0400 Subject: [PATCH] Remove debug output --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 34c09a0c..35ad8676 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,6 @@ script: - 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