Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lexich committed May 6, 2015
1 parent 48b165d commit 3279d8a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
version: "{build}"

clone_depth: 10

init:
- git config --global core.autocrlf true

Expand All @@ -16,10 +20,18 @@ install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install


build: off

test_script:
- node --version
- npm --version
- node .\\node_modules\\.bin\\mocha test\\*.js --reporter spec
- cmd: npm test

build: off
matrix:
fast_finish: true

cache:
- C:\Users\appveyor\AppData\Roaming\npm\node_modules -> package.json # global npm modules
- C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
- node_modules -> package.json # local npm modules

0 comments on commit 3279d8a

Please sign in to comment.