Skip to content

Commit

Permalink
appveyor.yml updates (4.5.x)
Browse files Browse the repository at this point in the history
- add Node.js versions 8 & 10
- do normal npm install (workaround for uncrustify no longer needed)
  • Loading branch information
Christopher J. Brody committed Jul 6, 2018
1 parent 209edb3 commit 8074d12
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

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 8074d12

Please sign in to comment.