You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
258 B

  1. version: "{build}"
  2. build: off
  3. environment:
  4. matrix:
  5. - nodejs_version: "6"
  6. - nodejs_version: "8"
  7. - nodejs_version: "9"
  8. - nodejs_version: "10"
  9. install:
  10. - ps: Install-Product node $env:nodejs_version
  11. - npm install
  12. test_script:
  13. - npm test