Ver código fonte

CI: Fail compilation on warning

Johannes Hofmann 5 anos atrás
pai
commit
ab8cf2044c
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml Ver arquivo

@@ -10,3 +10,5 @@ script:
10 10
       cargo test --verbose;
11 11
       cargo test --verbose --no-default-features;
12 12
       cargo doc --verbose;
13
+env:
14
+  - RUSTFLAGS="-D warnings"