Skip to content

Commit

Permalink
Simplify appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 18, 2018
1 parent c62345c commit 5f062e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
@@ -1,20 +1,20 @@
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:
fast_finish: true
build: off
version: '{build}'
shallow_clone: true
clone_depth: 1
test_script:
- node --version
- npm --version
- npm test
cache:
- '%APPDATA%\npm-cache'

0 comments on commit 5f062e2

Please sign in to comment.