您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617
  1. init:
  2. - git config --global core.autocrlf input
  3. environment:
  4. matrix:
  5. - nodejs_version: 6
  6. install:
  7. - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
  8. - npm install
  9. build: off
  10. test_script:
  11. - node --version
  12. - npm --version
  13. - ps: npm run ci