mirror of
https://github.com/pdemian/human2regex.git
synced 2025-05-28 01:30:11 -07:00
14 lines
147 B
YAML
14 lines
147 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "node"
|
|
|
|
before_script:
|
|
- npm install
|
|
- npm run build
|
|
|
|
script:
|
|
- npm t
|
|
|
|
after_success:
|
|
- npm run codecov |