@forensic-js/regex
Version:
A module that builds on the existing RegExp module, making it easier working with text matching and replacement both in the browser and node environments
21 lines • 341 B
YAML
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- "9"
- "8"
script:
- npm run test
jobs:
include:
- stage: release
node_js: "10"
script:
- npm run test
- npm run build
after_success:
- npm run semantic-release
- npm run report-coverage