mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
Install all required remark packages in travis
This commit is contained in:
parent
622ece3153
commit
27453463f2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ install:
|
||||||
. $HOME/.nvm/nvm.sh
|
. $HOME/.nvm/nvm.sh
|
||||||
nvm install stable
|
nvm install stable
|
||||||
nvm use stable
|
nvm use stable
|
||||||
npm install remark-cli remark-lint
|
npm install remark-cli remark-lint remark-lint-maximum-line-length remark-preset-lint-recommended
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||||
choco install windows-sdk-10.1
|
choco install windows-sdk-10.1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue