Skip to content

Commit 4a35df8

Browse files
committed
Debugging rustfmt failure
Signed-off-by: Richard Whitehouse <richard.whitehouse@metaswitch.com>
1 parent a7c0769 commit 4a35df8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,15 @@ matrix:
2929
before_script:
3030
- rustup component add rustfmt
3131
script:
32-
- cargo fmt -- --check
32+
- rustup component list --installed
33+
- echo $PATH
34+
- echo $HOME
35+
- ls -l ~/.cargo/bin
36+
- which rustc
37+
- which cargo
38+
- rustfmt --version
39+
- rustfmt --edition 2018 --check /home/travis/build/Metaswitch/swagger-rs/src/lib.rs --verbose
40+
- cargo fmt --verbose -- --check --verbose
3341
branches:
3442
only:
3543
- staging

0 commit comments

Comments
 (0)