Temporarily work around CI failure on linux nightlies

Signed-off-by: Victor Porof <victor.porof@gmail.com>
without.crypto
Victor Porof 5 years ago
parent bfc6137aec
commit ab1d7117a7
  1. 5
      .travis.yml

@ -13,6 +13,11 @@ rust:
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
before_script:
# We install a known-to-have-rustfmt version of the nightly toolchain
# in order to run the nightly version of rustfmt, which supports rules

Loading…
Cancel
Save