Skip to content

Commit

Permalink
Merge a7c3755 into 0bb835c
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Aug 4, 2018
2 parents 0bb835c + a7c3755 commit 7e5559f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions appveyor.yml
@@ -0,0 +1,21 @@
init:
- git config --global core.autocrlf input

build: 'off'

matrix:
fast_finish: true

environment:
matrix:
- nodejs_version: '10'
- nodejs_version: '8'
- nodejs_version: '6'

install:
- ps: Install-Product node $env:nodejs_version x64
- npm i -g npm
- npm i

test_script:
- npm t

0 comments on commit 7e5559f

Please sign in to comment.