Skip to content

Commit 65fbea4

Browse files
committed
ci: temporarily disable rustfmt checks/tetss since it's broken for nightly
1 parent f195550 commit 65fbea4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
install:
2323
- |
2424
if [ -z ${INTEGRATION} ]; then
25-
rustup component add rustfmt || cargo install --git https://github.com/rust-lang/rustfmt/ --force
25+
# rustup component add rustfmt || cargo install --git https://github.com/rust-lang/rustfmt/ --force
2626
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
2727
. $HOME/.nvm/nvm.sh
2828
nvm install stable

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
- del rust-toolchain
2323
- cargo install rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
2424
- rustup-toolchain-install-master %RUSTC_HASH% -f -n master
25-
- rustup component add rustfmt --toolchain nightly
25+
#- rustup component add rustfmt --toolchain nightly
2626
- rustup default master
2727
- set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
2828
- rustc -V

tests/fmt.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#[test]
2+
#[ignore]
23
fn fmt() {
34
if option_env!("RUSTC_TEST_SUITE").is_some() {
45
return;

0 commit comments

Comments
 (0)