Kaynağa Gözat

CI: Fail compilation on warning

Johannes Hofmann 5 yıl önce
ebeveyn
işleme
ab8cf2044c
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml Dosyayı Görüntüle

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