From aeb4b4c8a5a05d642d76c30be52a006afee8c7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Fri, 22 Feb 2019 16:16:07 +0100 Subject: [PATCH] Remove verbose, otherwise the logs get filled with useless info --- .travis.yml | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cfa4c7a..abf1db7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ cache: cargo # Nothing to install install: true -script: cargo build --verbose --all-features +script: cargo build --all-features diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6c49948..f2c3e12 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,5 +13,5 @@ steps: cargo -V displayName: Query rust and cargo versions -- script : cargo build --verbose --all-features +- script : cargo build --all-features displayName: 'Build project'