Change rustfmt check to stable.

This commit is contained in:
Windel Bouwman
2018-12-10 21:33:23 +01:00
parent 69d21e0ebb
commit 8345acc402

View File

@@ -48,7 +48,7 @@ matrix:
script: tests/.travis-runner.sh
- name: rustfmt
language: rust
rust: nightly
rust: stable
cache: cargo
before_script:
- rustup component add rustfmt-preview