Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Simplify appveyor.yml
  • Loading branch information
sindresorhus committed Feb 18, 2018
1 parent dfeeb1c commit 9d08958
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
@@ -1,11 +1,11 @@
environment:
matrix:
- nodejs_version: '8'
- nodejs_version: '6'
- nodejs_version: '4'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- npm -g install npm@latest
- npm install --global npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install
matrix:
Expand All @@ -16,3 +16,5 @@ test_script:
- node --version
- npm --version
- npm test
cache:
- '%APPDATA%\npm-cache'

0 comments on commit 9d08958

Please sign in to comment.