Browse Source

CI: Fail compilation on warning

Johannes Hofmann 5 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,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"