Browse Source

CI: Fail compilation on warning

Johannes Hofmann 6 years ago
parent
commit
ab8cf2044c
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml View File

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