-
Notifications
You must be signed in to change notification settings - Fork 136
Add cargo fmt to travis build config #275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1d09120
to
a6d79da
Compare
Does this check all crates, or only the "root" one? I’m in favor of adding checking if it’s for all crates, and with the initial formatting in a separate commit from the CI change. |
This seems relevant:
|
a6d79da
to
2aea98d
Compare
@SimonSapin I have updated |
2aea98d
to
a09f6df
Compare
Looks good, thanks! @bors-servo r+ |
📌 Commit a09f6df has been approved by |
Add cargo fmt to travis build config The stable build `cargo fmt` failure(https://travis-ci.com/github/servo/rust-cssparser/jobs/351864972) is fixed in #271, please merge that PR first.
💔 Test failed - checks-travis |
@SimonSapin I have opened up a PR to fix the build failure #276, please check |
…mmy-type, r=SimonSapin Add rustfmt::skip to skip rustfmt for ProceduralMasqueradeDummyType enum This PR fixes this https://travis-ci.com/github/servo/rust-cssparser/jobs/351868518 build failure in #275 PR
@bors-servo retry Queuing this after #276 |
Add cargo fmt to travis build config The stable build `cargo fmt` failure(https://travis-ci.com/github/servo/rust-cssparser/jobs/351864972) is fixed in #271, please merge that PR first.
💔 Test failed - checks-travis |
…mmy-type, r=SimonSapin Add rustfmt::skip to skip rustfmt for ProceduralMasqueradeDummyType enum This PR fixes this https://travis-ci.com/github/servo/rust-cssparser/jobs/351868518 build failure in #275 PR
@bors-servo retry |
☀️ Test successful - checks-travis |
The stable build
cargo fmt
failure(https://travis-ci.com/github/servo/rust-cssparser/jobs/351864972) is fixed in #271, please merge that PR first.