~ruther/avr-device

8c207c61f0611c6be152918828a17ab301e9387a — Rahix 4 years ago 7113a1e
ci: Fix nightly to 2020-07-12

Fix nightly to a version where rustfmt was still available.

Signed-off-by: Rahix <rahix@rahix.de>
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-07-12

cache:
  - cargo


@@ 33,6 33,6 @@ install:
  - python3 -c "__import__('yaml')" || pip3 install --user pyyaml

script:
  - make
  - make RUSTUP_TOOLCHAIN=nightly-2020-07-12
  - echo $CHIP
  - cargo build --features $CHIP

Do not follow this link