Skip to content

Commit c808230

Browse files
committed
Auto merge of #1413 - gnzlbg:fmtt, r=gnzlbg
Re-enable rustfmt on CI
2 parents 00fe094 + b7770f1 commit c808230

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ matrix:
2929
install: true
3030
script:
3131
- rustc ci/style.rs && ./style src
32-
# Disabled due to rust-lang/rustfmt#3341
33-
#- |
34-
# if rustup component add rustfmt-preview ; then
35-
# cargo fmt --all -- --check
36-
# fi
32+
- |
33+
if rustup component add rustfmt-preview ; then
34+
cargo fmt --all -- --check
35+
fi
3736
stage: tools-and-build-and-tier1
3837
- name: "Semver Linux"
3938
install: travis_retry cargo +nightly install semverver

0 commit comments

Comments
 (0)