Add a "config" for verbosity and use it with Travis
[openssl.git] / .travis.yml
index e73a4a050fe08163eb9fdb5ec3bd0fa4b3259745..ad56a5f3e9b10933845d384c5810dcde3468a1e4 100644 (file)
@@ -95,7 +95,7 @@ before_script:
           if which ccache >/dev/null && [ "$CC" != clang-3.6 ]; then
               CC="ccache $CC";
           fi;
-          $srcdir/config $CONFIG_OPTS;
+          $srcdir/config -v $CONFIG_OPTS;
       fi
     - cd $top