version: "{build} - {branch}" skip_tags: true skip_branch_with_pr: true matrix: fast_finish: true environment: matrix: - nodejs_version: "10" install: - ps: Install-Product node $env:nodejs_version - npm install test_script: - npm test - npm install -g codecov - codecov - npm run build build: off