appveyor.yml 406 B

1234567891011121314151617181920
  1. os: unstable
  2. cache:
  3. - node_modules
  4. environment:
  5. GH_TOKEN:
  6. secure: ruXayOUgryDqMg8KBrkEVzK3WZCvh+nJq1ZVA8NRylHdeQQDQO44wfyBf0Bi9ZUt
  7. matrix:
  8. - nodejs_version: 8
  9. install:
  10. - ps: Install-Product node $env:nodejs_version
  11. - set CI=true
  12. - yarn install
  13. matrix:
  14. fast_finish: true
  15. build: off
  16. version: '{branch}-{build}'
  17. shallow_clone: true
  18. clone_depth: 1
  19. test_script:
  20. - yarn release-appveyor