mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 18:11:39 -04:00
20 lines
390 B
YAML
20 lines
390 B
YAML
clone_depth: 1
|
|
skip_branch_with_pr: true
|
|
skip_commits:
|
|
files:
|
|
- '**/*.md'
|
|
environment:
|
|
matrix:
|
|
- nodejs_version: 4
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- curl -L https://unpkg.com/@pnpm/self-installer | node
|
|
- pnpm install --frozen-shrinkwrap --no-lock
|
|
matrix:
|
|
fast_finish: true
|
|
build: off
|
|
version: '{build}'
|
|
test_script:
|
|
- npm test
|
|
skip_tags: true
|