summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-01-15 18:51:02 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-01-29 09:38:32 +0100
commit5319d20636a58fec47f54f5d497dcb91a089fd22 (patch)
tree9eb83432dd4e8975ad7a27cc3d40bbe652e7a1d3 /.travis.yml
parent74f58d6c06e4fd7daff3aceb2254e737adc18736 (diff)
Remove verbosity flag for less cluttered CI logs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
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: