Skip to content

Commit

Permalink
❄️ Remove invalid options
Browse files Browse the repository at this point in the history
  • Loading branch information
bbody committed Dec 19, 2018
1 parent e6e62e8 commit a41dcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"release": "gulp release",
"gh-pages": "gulp build-gh-pages",
"source-check": "gulp source-check && npm run lint:yaml && npm run lint:travis",
"setup": "gem install travis -v 1.8.9 --no-rdoc && sudo pip install yamllint",
"setup": "gem install travis -v 1.8.9 && sudo pip install yamllint",
"setup_local": "npm run setup && pip install MarkdownPP",
"lint:yaml": "yamllint -c .yamllint .travis.yml docs/.remarkrc.yaml .yamllint",
"lint:travis": "travis lint .travis.yml --skip-completion-check",
Expand Down

0 comments on commit a41dcec

Please sign in to comment.