Skip to content

Commit

Permalink
appveyor.yml simplify install (apache#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Brody authored Jul 31, 2018
1 parent f967fc4 commit ff65098
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ environment:

install:
- ps: Install-Product node $env:nodejs_version
# Lines below required due to uncrustify installation failure on Windows
- npm install --prod
- npm install eslint eslint-config-semistandard jasmine rewire
- npm install eslint-config-standard eslint-plugin-import eslint-plugin-node
- npm install eslint-plugin-promise eslint-plugin-standard
- npm install

build: off

Expand Down

0 comments on commit ff65098

Please sign in to comment.