Skip to content

Instantly share code, notes, and snippets.

@stevenh77
Created April 2, 2017 12:28
Show Gist options
  • Save stevenh77/7746d9d229d496467ec9cac797ff031b to your computer and use it in GitHub Desktop.
Save stevenh77/7746d9d229d496467ec9cac797ff031b to your computer and use it in GitHub Desktop.
environment:
matrix:
- nodejs_version: "6.9"
matrix:
fast_finish: true
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
- node --version
- npm test
build: off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment