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.

30 lines
397 B

3 months ago
  1. environment:
  2. matrix:
  3. - nodejs_version: 10
  4. - nodejs_version: 9
  5. - nodejs_version: 8
  6. - nodejs_version: 6
  7. platform:
  8. - x64
  9. test_script:
  10. - node --version
  11. - yarn --version
  12. - npm test
  13. install:
  14. - ps: Install-Product node $env:nodejs_version x64
  15. - set CI=true
  16. - npm install
  17. matrix:
  18. fast_finish: true
  19. build: off
  20. version: '{build}'
  21. shallow_clone: true
  22. clone_depth: 1