CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
.travis.yml29 linesDownload Raw Back to reusify
1language: node_js2sudo: false3 4node_js:5  - 96  - 87  - 78  - 69  - 510  - 411  - 4.012  - iojs-v313  - iojs-v214  - iojs-v115  - 0.1216  - 0.1017 18cache:19  directories:20    - node_modules21 22after_script:23- npm run coverage24 25notifications:26  email:27    on_success: never28    on_failure: always29