Install all required remark packages in travis

This commit is contained in:
flip1995 2020-02-07 22:33:05 +01:00
parent 622ece3153
commit 27453463f2
No known key found for this signature in database
GPG Key ID: 693086869D506637
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ install:
. $HOME/.nvm/nvm.sh
nvm install 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
choco install windows-sdk-10.1
fi