Skip to content

Commit a971422

Browse files
author
Michael Wright
committed
Enable rustfmt tests
This reverts commit d73a953.
1 parent dae4076 commit a971422

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use std::process::Command;
22

33
#[test]
4-
#[ignore]
54
fn fmt() {
65
if option_env!("RUSTC_TEST_SUITE").is_some() {
76
return;

0 commit comments

Comments
 (0)