Files
nats-python/openapi_templete/node_modules/yaml-ast-parser/.travis.yml
T
2026-06-01 13:17:37 +02:00

13 lines
188 B
YAML

language: node_js
notifications:
email:
on_success: change
on_failure: change
node_js:
- "4.0"
before_script: npm run devInstall
script: npm run buildall && npm run testall