diff --git a/.travis.yml b/.travis.yml index f77fd5c..9ef23f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,10 @@ rust: env: matrix: include: - - rust: nightly + - rust: stable env: SYNTAX_CHECK=1 install: - - cargo install --force rustfmt-nightly + - rustup component add rustfmt script: - cargo fmt -- --check