From 5319d20636a58fec47f54f5d497dcb91a089fd22 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 15 Jan 2018 18:51:02 +0100 Subject: Remove verbosity flag for less cluttered CI logs --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2d3311fc..bb49062d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,8 @@ addons: - pkg-config script: - - cargo build --all --all-features --verbose -j 1 - - cargo test --all --all-features --verbose -j 1 + - cargo build --all --all-features -j 1 + - cargo test --all --all-features -j 1 notifications: email: -- cgit v1.2.3