租房小程序前端代码
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.

20 lines
350 B

3 months ago
  1. environment:
  2. matrix:
  3. - nodejs_version: "4"
  4. - nodejs_version: "5"
  5. - nodejs_version: "6"
  6. - nodejs_version: "8"
  7. - nodejs_version: "10"
  8. - nodejs_version: "" # latest
  9. install:
  10. - ps: "Install-Product node $env:nodejs_version"
  11. - "npm install"
  12. test_script:
  13. - "node --version"
  14. - "npm --version"
  15. - "npm test"
  16. build: off