diff --git a/src/src/RequestBuilder.php b/src/src/RequestBuilder.php index f7201c4a..7931d65a 100644 --- a/src/src/RequestBuilder.php +++ b/src/src/RequestBuilder.php @@ -360,7 +360,7 @@ public static function download_file( string $url, string $file_path ): void { $start = microtime( true ); curl_exec( $curl ); - if ( $output->isVerbose() ) { + if ( $output->isVerbose() && ! is_ci() ) { $output->writeln( sprintf( 'Downloaded %s in %f seconds.', $url, microtime( true ) - $start ) ); } $curl_error = curl_error( $curl );