Skip to content

Commit

Permalink
Debugging rustfmt failure
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Whitehouse <[email protected]>
  • Loading branch information
richardwhiuk committed Jan 12, 2021
1 parent a7c0769 commit 4a35df8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@ matrix:
before_script:
- rustup component add rustfmt
script:
- cargo fmt -- --check
- rustup component list --installed
- echo $PATH
- echo $HOME
- ls -l ~/.cargo/bin
- which rustc
- which cargo
- rustfmt --version
- rustfmt --edition 2018 --check /home/travis/build/Metaswitch/swagger-rs/src/lib.rs --verbose
- cargo fmt --verbose -- --check --verbose
branches:
only:
- staging
Expand Down

0 comments on commit 4a35df8

Please sign in to comment.