1 files changed, 1 insertions(+), 1 deletions(-)
M .travis.yml
M .travis.yml => .travis.yml +1 -1
@@ 17,6 17,6 @@ jobs:
- stage: format
rust: nightly
install:
- - rustup component add rustfmt || cargo install --git https://github.com/rust-lang/rustfmt --force --bin rustfmt
+ - rustup component add rustfmt
script:
- cargo fmt --all -- --check