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 fcb4f6a commit 24151c2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ environment:
- nodejs_version: '4'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- npm --global install npm@3
- 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 24151c2

Please sign in to comment.