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 c9a3751 commit 6d4bdb6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
environment:
matrix:
- nodejs_version: '5'
- 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 6d4bdb6

Please sign in to comment.