Browse Source

travis: allow failures on rust nightly

Paul Lietar 9 years ago
parent
commit
97f6968a2c
1 changed files with 4 additions and 0 deletions
  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