diff options
author | Jason King <jason.brian.king@gmail.com> | 2019-02-12 00:13:48 +0000 |
---|---|---|
committer | Jason King <jason.brian.king@gmail.com> | 2019-02-12 00:13:48 +0000 |
commit | 4ec33ade65e058929e9bc3551eeec1fa51258150 (patch) | |
tree | f28f30ed900ff40c040469c758a91bcdb42b25d3 /.travis.yml | |
parent | 9638d0dee0049beee7288a3f26f7ca34cad5468e (diff) | |
download | rust-libc-4ec33ade65e058929e9bc3551eeec1fa51258150.tar.gz |
Disable rustfmt bot due to rust-lang/rustfmt#3341
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 4be7e2ec77..7557dc4178 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,12 +22,13 @@ matrix: - shellcheck --version - shellcheck ci/*.sh stage: tools-and-build-and-tier1 - - name: "Style" - install: rustup component add rustfmt-preview - script: - - rustc ci/style.rs && ./style src - - cargo fmt --all -- --check - stage: tools-and-build-and-tier1 + # Disabled due to rust-lang/rustfmt#3341 + #- name: "Style" + # install: rustup component add rustfmt-preview + # script: + # - rustc ci/style.rs && ./style src + # - cargo fmt --all -- --check + # stage: tools-and-build-and-tier1 # BUILD stable, beta, nightly - name: "Build Stable Rust" |