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