Skip to content

Commit b7770f1

Browse files
committed
Re-enable rustfmt on CI
1 parent 8773f33 commit b7770f1

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)