~ruther/avr-device

f34cc88604c7729d04186216a6a951df6062c431 — Rahix 4 years ago 3faee67
ci: Fix nightly to a version where rustfmt is available

rustfmt has gone unavailable on nightly again.  Fix the compiler to
a version which rustfmt can be downloaded for.
1 files changed, 2 insertions(+), 2 deletions(-)

M .travis.yml
M .travis.yml => .travis.yml +2 -2
@@ 1,6 1,6 @@
language: rust
rust:
  - nightly
  - nightly-2020-10-25

cache:
  cargo: true


@@ 19,5 19,5 @@ install:

script:
  - pyenv global 3.6.3
  - make
  - make RUSTUP_TOOLCHAIN=nightly-2020-10-25
  - cargo build --all-features

Do not follow this link