Skip to content

Commit d142a3d

Browse files
committed
Temporarily disable allsorts cargo fmt check in Travis
Until there is an outcome on rust-lang/rustfmt#4031
1 parent e470b13 commit d142a3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
allow_failures:
1818
- rust: nightly
1919

20-
before_script:
21-
- rustup component add rustfmt
20+
# before_script:
21+
# - rustup component add rustfmt
2222

2323
script:
24-
- cargo fmt -- --check
24+
# - cargo fmt -- --check
2525
- cargo test

0 commit comments

Comments
 (0)