mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
parent
dae4076760
commit
a9714227bd
3 changed files with 2 additions and 3 deletions
|
@ -22,7 +22,7 @@ env:
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
if [ -z ${INTEGRATION} ]; then
|
if [ -z ${INTEGRATION} ]; then
|
||||||
# rustup component add rustfmt || cargo install --git https://github.com/rust-lang/rustfmt/ --force
|
rustup component add rustfmt || cargo install --git https://github.com/rust-lang/rustfmt/ --force
|
||||||
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
||||||
. $HOME/.nvm/nvm.sh
|
. $HOME/.nvm/nvm.sh
|
||||||
nvm install stable
|
nvm install stable
|
||||||
|
|
|
@ -22,7 +22,7 @@ install:
|
||||||
- del rust-toolchain
|
- del rust-toolchain
|
||||||
- cargo install rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
|
- cargo install rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
|
||||||
- rustup-toolchain-install-master %RUSTC_HASH% -f -n master
|
- rustup-toolchain-install-master %RUSTC_HASH% -f -n master
|
||||||
#- rustup component add rustfmt --toolchain nightly
|
- rustup component add rustfmt --toolchain nightly
|
||||||
- rustup default master
|
- rustup default master
|
||||||
- set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
|
- set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
|
||||||
- rustc -V
|
- rustc -V
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
use std::process::Command;
|
use std::process::Command;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
|
||||||
fn fmt() {
|
fn fmt() {
|
||||||
if option_env!("RUSTC_TEST_SUITE").is_some() {
|
if option_env!("RUSTC_TEST_SUITE").is_some() {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue