Skip to content

Commit

Permalink
Install all required remark packages in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Feb 12, 2020
1 parent 622ece3 commit 2745346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2745346

Please sign in to comment.