commit aeb4b4c8a5a05d642d76c30be52a006afee8c7ed parent 980a3e45dbb4234eb0724411a227e370049d7f14 Author: Daniel GarcĂa <dani-garcia@users.noreply.github.com> Date: Fri, 22 Feb 2019 16:16:07 +0100 Remove verbose, otherwise the logs get filled with useless info Diffstat:
M | .travis.yml | | | 2 | +- |
M | azure-pipelines.yml | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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 @@ -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'