Przeglądaj źródła

CI: Fail compilation on warning

Johannes Hofmann 5 lat temu
rodzic
commit
ab8cf2044c
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml Wyświetl plik

@@ -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"