node-each
Version:
Node asynchronous for each that avoids blocking Node Event Loop
25 lines • 389 B
YAML
sudo: false
language: node_js
cache:
directories:
- node_modules
branches:
only:
- master
notifications:
email: false
node_js:
- '4'
before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
script:
- npm test
- npm run check-coverage
after_success:
- npm run report-coverage
- npm run semantic-release
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"