Sfoglia il codice sorgente

travis: allow failures on rust nightly

Paul Lietar 9 anni fa
parent
commit
97f6968a2c
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -18,3 +18,7 @@ script:
     - if [[ $(rustc --version) == *"nightly"* ]]; then
         cargo build --no-default-features;
       fi
+
+matrix:
+  allow_failures:
+    - rust: nightly