.appveyor.yml 223 B

12345678910111213141516
  1. version: '{build}'
  2. branches:
  3. only: [master]
  4. init:
  5. - ps: Install-Product node 8
  6. install:
  7. - cmd: npm -v
  8. - cmd: node -v
  9. - cmd: npm install -g yarn
  10. - cmd: yarn
  11. cache:
  12. - node_modules
  13. build: off
  14. test_script:
  15. - cmd: yarn test