@zkochan/pnpm
Version:
A fast implementation of npm install
23 lines (22 loc) • 336 B
YAML
sudo: false
language: node_js
cache:
directories:
- node_modules
branches:
only:
- master
notifications:
email: false
node_js:
- iojs
before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
script:
- npm t
- npm run check-coverage
after_success:
- npm run report-coverage
- npm run semantic-release