Skip to content

Commit

Permalink
appveyor.yml: Add node_modules/.bin to PATH
Browse files Browse the repository at this point in the history
Skip installation of linters where bear tests fail
on AppVeyor.
Remove eslint linter binary, as the eslint packages
are needed by other linters.

Closes coala#2818
  • Loading branch information
jayvdb committed Dec 8, 2018
1 parent 3b2d041 commit 31e80bb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,21 @@ install:
-r requirements.txt -r docs-requirements.txt"
- ps: "Install-Product node ''" # Use latest node v5.x.x
- "npm config set loglevel warn"
- "sed -i '/alex/d' package.json"
- "sed -i '/coffeelint/d' package.json"
- "sed -i '/csscomb/d' package.json"
- "sed -i '/docker/d' package.json"
- "sed -i '/elm/d' package.json"
- "sed -i '/gherkin/d' package.json"
- "sed -i '/jshint/d' package.json"
- "sed -i '/remark/d' package.json"
- "sed -i '/postcss/d' package.json"
- "sed -i '/sass/d' package.json"
- "sed -i '/textlint/d' package.json"
- "sed -i '/tslint/d' package.json"
- "npm install"
- "SET PATH=node_modules\\.bin;%PATH%"
- "DEL node_modules\\.bin\\eslint*"

# Commands for Ruby
- "sed -i '/sqlint/d' Gemfile"
Expand Down

0 comments on commit 31e80bb

Please sign in to comment.