Browse Source

travis: non-verbose build

Paul Lietar 9 years ago
parent
commit
32fe895105
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -11,8 +11,8 @@ addons:
       - portaudio19-dev
 
 script:
-    - cargo build --verbose
+    - cargo build
     # Building without syntex only works on nightly
     - if [[ $(rustc --version) == *"nightly"* ]]; then
-        cargo build --no-default-features --verbose;
+        cargo build --no-default-features;
       fi