about summary refs log tree commit diff
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2020-02-07 22:33:05 +0100
committerflip1995 <hello@philkrones.com>2020-02-12 09:34:28 +0100
commit27453463f2615920fa964625f104d6822c105b32 (patch)
tree55950767df12ced386d3c1513ad3827779e441c4
parent622ece3153c7e0cf4144ee468d45d1ed4de19bd0 (diff)
downloadrust-27453463f2615920fa964625f104d6822c105b32.tar.gz
rust-27453463f2615920fa964625f104d6822c105b32.zip
Install all required remark packages in travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 653966784ff..fa02f533401 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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