appveyor.yml 269 B

123456789101112131415161718
  1. version: "{build}"
  2. shallow_clone: true
  3. init:
  4. - git config --global core.autocrlf false
  5. build: off
  6. environment:
  7. matrix:
  8. # node.js
  9. - nodejs_version: stable
  10. install:
  11. - ps: Install-Product node $env:nodejs_version
  12. - npm install cypress
  13. - npm install