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.

appveyor.yml 284B

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