Skip to content

Commit 2745346

Browse files
committed
Install all required remark packages in travis
1 parent 622ece3 commit 2745346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ install:
4848
. $HOME/.nvm/nvm.sh
4949
nvm install stable
5050
nvm use stable
51-
npm install remark-cli remark-lint
51+
npm install remark-cli remark-lint remark-lint-maximum-line-length remark-preset-lint-recommended
5252
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
5353
choco install windows-sdk-10.1
5454
fi

0 commit comments

Comments
 (0)