Explorar o código

travis: allow failures on rust nightly

Paul Lietar %!s(int64=9) %!d(string=hai) anos
pai
achega
97f6968a2c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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