Created
April 2, 2017 12:28
-
-
Save stevenh77/7746d9d229d496467ec9cac797ff031b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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