1
0
mirror of https://github.com/pdemian/human2regex.git synced 2025-05-28 01:30:11 -07:00
human2regex/.travis.yml
2020-11-13 03:57:28 -05:00

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