Skip to content

Commit 06fd246

Browse files
authored
Merge pull request #1011 from Manishearth/travis
s/npm install remark/npm install remark-cli
2 parents a55a960 + b874690 commit 06fd246

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
@@ -11,7 +11,7 @@ install:
1111
- . $HOME/.nvm/nvm.sh
1212
- nvm install stable
1313
- nvm use stable
14-
- npm install remark remark-lint
14+
- npm install remark-cli remark-lint
1515

1616
script:
1717
- set -e

0 commit comments

Comments
 (0)