mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-09-15 12:27:30 +00:00
11 lines
181 B
YAML
11 lines
181 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
- "8"
|
|
- "6"
|
|
- "4"
|
|
script:
|
|
- "npm run test-travis"
|
|
after_script:
|
|
- "npm install coveralls@2.11.x && cat coverage/lcov.info | coveralls"
|