mirror of
https://github.com/bspeice/qadapt
synced 2024-11-24 06:48:09 -05:00
Re-enable rustfmt
This commit is contained in:
parent
a9f09b529e
commit
37deb8704a
@ -40,12 +40,10 @@ before_install:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- source ~/.cargo/env || true
|
- source ~/.cargo/env || true
|
||||||
# Disabling for the time being: rust-lang/rustup.rs#1558
|
- rustup component add rustfmt
|
||||||
# - rustup component add rustfmt
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Disabling for the time being: rust-lang/rustup.rs#1558
|
- cargo fmt --all -- --check
|
||||||
# - cargo fmt --all -- --check
|
|
||||||
- |
|
- |
|
||||||
if [ -z "$TRAVIS_TAG" ]; then
|
if [ -z "$TRAVIS_TAG" ]; then
|
||||||
cargo test
|
cargo test
|
||||||
|
Loading…
Reference in New Issue
Block a user