`all` should be `--all`

master
Paul Woolcock 6 years ago
parent 8636e690c3
commit fe1aafff12
  1. 2
      .travis.yml

@ -6,7 +6,7 @@ rust:
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt all -- --check
- cargo fmt --all -- --check
- cargo build
- cargo test
matrix:

Loading…
Cancel
Save